]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / autoscripts / prerm-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         /etc/init.d/#SCRIPT# stop
3 fi