]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init-norestart
r434: added back (sigh)
[debhelper.git] / autoscripts / prerm-init-norestart
1 if [ "$1" = remove ]; then
2         /etc/init.d/#SCRIPT# stop
3 fi