[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6178-g07b442a

Stephen Gran steve at lobefin.net
Wed Apr 14 08:09:25 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 07b442ac0221028f4d718e772b1a35b65ba91a9f
Author: Stephen Gran <steve at lobefin.net>
Date:   Wed Apr 14 09:09:04 2010 +0100

    the milter doesn't need to take care of cleaning up directories anymore.  I depends on things that do the cleanup for it
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postrm b/debian/clamav-milter.postrm
index 90af7be..1bc6367 100644
--- a/debian/clamav-milter.postrm
+++ b/debian/clamav-milter.postrm
@@ -35,11 +35,6 @@ case "$1" in
     done
   fi
   rm -f /var/log/clamav/clamav-milter.log* /etc/clamav/clamav-milter.conf.dpkg-old /etc/clamav/clamav-milter.conf.ucf-old
-  for dir in /etc/clamav/ /var/log/clamav /var/lib/clamav/; do
-    if [ -d "$dir" ]; then
-      rmdir "$dir" --ignore-fail-on-non-empty || true
-    fi
-  done
   ;;
   remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
   ;;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list