if [ "$1" = "purge" ] ; then
	update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER#
fi
