#!/bin/sh

set -e

if [ ! -e /usr/bin/tidy-html5 ]
then
    ln -s /opt/bin/tidy-html5 /usr/bin/tidy-html5
fi

exit 0
