]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
[debhelper.git] / autoscripts / prerm-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         if [ -x /usr/sbin/invoke-rc.d ] ; then
3                 invoke-rc.d #SCRIPT# stop
4         else
5                 /etc/init.d/#SCRIPT# stop
6         fi
7 fi