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