]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake generating an info dir...
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove >/dev/null
3 fi