Drop package snort from GRML_FULL
[grml-live.git] / etc / grml / fai / grml / grml_cleanup_chroot
index 57756d2..4637818 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sun Nov 04 12:12:57 CET 2007 [mika]
 ################################################################################
 
 # misc stuff
@@ -331,12 +330,6 @@ else
   ewarn "clamav[-freshclam] not installed" ; eend 0
 fi
 
-if [ -f /etc/default/snort.dpkg-dist -a -f /etc/default/snort ] ; then
-   einfo "Fixxing /etc/default/snort"
-   mv /etc/default/snort.dpkg-dist /etc/default/snort
-   eend $?
-fi
-
 if ! [ -r /etc/ld.so.nohwcap ] ; then
    einfo "Creating /etc/ld.so.nohwcap"
    touch /etc/ld.so.nohwcap