]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove #INITPARMS# >/dev/null
3 fi