~ubuntu-branches/ubuntu/natty/debhelper/natty

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