if [ "${1}" = "remove" ] || [ "${1}" = "purge" ] ; then
	if command -v click >/dev/null 2>&1; then
		click hook remove #HOOK#
	fi
fi
