]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
r1746: * dh_installmodules autoscripts: Now that return code 3 is allocated by
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER#
3 fi