]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove >/dev/null
3 fi