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

Michael Meskes meskes at debian.org
Sat Oct 31 17:14:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 90e031c1803d49a389c4efd9cf3414d9143cfda0
Author: Michael Meskes <meskes at debian.org>
Date:   Sat Oct 31 17:53:23 2009 +0100

    Removed bashism in script.

diff --git a/debian/clamav-base.postrm b/debian/clamav-base.postrm
index 612dec8..c46eac2 100644
--- a/debian/clamav-base.postrm
+++ b/debian/clamav-base.postrm
@@ -44,7 +44,7 @@ case "$1" in
     groupdel clamav || true
   fi
   rm -f /var/lib/clamav/*.md5sum || true
-  rm -f $DATABASEDIR/{main,daily}.cvd
+  rm -f $DATABASEDIR/main.cvd $DATABASEDIR/daily.cvd
   for dir in /etc/clamav/ /var/log/clamav /var/lib/clamav/; do
     if [ -d "$dir" ]; then
       rmdir "$dir" --ignore-fail-on-non-empty || true

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list