summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-init-norestart
blob: cacde6e31c98e2c68d3a53717052230452a8a1c3 (plain)
1
2
3
if [ -x "/etc/init.d/#SCRIPT#" ] && [ "$1" = remove ]; then
	invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
fi