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

Stephen Gran steve at lobefin.net
Fri Mar 27 03:20:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d0ffbf3ec3ff1a037d7ff4bc0b82d4a0a0a95051
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Mar 26 23:16:05 2009 -0400

    rm .cld files on remove as well
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-freshclam.postrm b/debian/clamav-freshclam.postrm
index dec30c8..e746dfa 100644
--- a/debian/clamav-freshclam.postrm
+++ b/debian/clamav-freshclam.postrm
@@ -54,8 +54,8 @@ case "$1" in
   update-rc.d clamav-freshclam remove >/dev/null
   ;;
   remove)
-  rm -f /var/lib/clamav/main.cvd
-  rm -f /var/lib/clamav/daily.cvd
+  rm -f /var/lib/clamav/main.cvd /var/lib/clamav/main.cld
+  rm -f /var/lib/clamav/daily.cvd /var/lib/clamav/daily.cld
   ;;
   upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
   ;;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list