X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fpostrm;h=319eb362b6125b0bc49ad505ee5d132ef3b205ad;hp=c61a0d7b4410a220335ff3e93da6733a0fa0a4a4;hb=HEAD;hpb=aa3273c6fd0d55a28a8ddae6c080cd16a5bce6ca diff --git a/debian/postrm b/debian/postrm index c61a0d7..319eb36 100755 --- a/debian/postrm +++ b/debian/postrm @@ -3,17 +3,6 @@ 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#