if [ -x "/etc/init.d/#SCRIPT#" -a "$1" = remove ]; then
	/etc/init.d/#SCRIPT# stop
fi
