]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove #INITPARMS# >/dev/null
3 fi