X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fpostrm;h=319eb362b6125b0bc49ad505ee5d132ef3b205ad;hp=099e6c01189fbbd4b000561279cb2b8b24aa7944;hb=c0391de761c7837fdf126ec8afb5b7d184e3ed63;hpb=abd1ed821247b0c8e559a8d2b5c8e3e05db16563 diff --git a/debian/postrm b/debian/postrm index 099e6c0..319eb36 100755 --- a/debian/postrm +++ b/debian/postrm @@ -3,17 +3,8 @@ set -e if [ "$1" = "purge" ]; then update-rc.d grml-autoconfig remove >/dev/null || exit 0 - -# don't delete /etc/init.d/bootlocal* scripts, even not when purging - notice therefore: - INITSCRIPT=bootlocal - INITNAME=/etc/init.d/$INITSCRIPT - if [ -r "${INITNAME}.first" ] ; then - echo "Notice: ${INITNAME}.{first,middle,last} won't be deleted automatically." - echo "If you want to remove them delete them manually and then run:" - echo " update-rc.d ${INITSCRIPT}.first remove" - echo " update-rc.d ${INITSCRIPT}.middle remove" - echo " update-rc.d ${INITSCRIPT}.last remove" - fi fi +#DEBHELPER# + exit 0