]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[debhelper.git] / autoscripts / prerm-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
3 fi