#!/bin/sh

set -e

if [ -e /usr/bin/tidy-html5 ]
then
    rm /usr/bin/tidy-html5
fi

exit 0
