if [ -x "/etc/init.d/#SCRIPT#" ] && [ "$1" = remove ]; then
	invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
fi
