]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init
r539: * Remove /usr/doc manglement code from postinst and prerm.
[debhelper.git] / autoscripts / prerm-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         /etc/init.d/#SCRIPT# stop
3 fi