[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:36:44 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit aaf6663eb88aea8109134a3ec1e585d003d0b004
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:21 2008 +0100

    Revert "use -f for rm"
    
    This reverts commit e91218d0c1329b17ab4e4d93adbe9df3a45ae1be.

diff --git a/debian/changelog b/debian/changelog
index f15cf14..0bc2ba9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-clamav (0.93~dfsg-4) unstable; urgency=low
-
-  * Dammit.  The -f flag is there for a reason (closes: #484262)
-
- -- Stephen Gran <sgran at debian.org>  Tue, 03 Jun 2008 14:35:29 +0100
-
 clamav (0.93~dfsg-3) unstable; urgency=low
 
   * Make dash happy with use of return (closes: #484170)
diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index 1004c96..2639767 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -51,7 +51,7 @@ case "$1" in
       clamconf='/etc/clamav/clamd.conf'
     fi
     if dpkg --compare-versions $2 lt 0.93~; then
-      rm -rf /var/lib/clamav/main.cvd /var/lib/clamav/main.inc /var/lib/clamav/daily.cvd /var/lib/clamav/daily.inc
+      rm -r /var/lib/clamav/main.cvd /var/lib/clamav/main.inc /var/lib/clamav/daily.cvd /var/lib/clamav/daily.inc
     fi
   fi
   

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list