summaryrefslogtreecommitdiffstats
path: root/antivirus
diff options
context:
space:
mode:
authorTreeve Jelbert2007-09-08 15:22:13 +0200
committerTreeve Jelbert2007-09-08 15:22:13 +0200
commitc5859d2ab14b85356532931c73c288b88b7d682d (patch)
treec5c718b4d8c33c760d18ca164b7d82da5c285f12 /antivirus
parentb329b22ac7ed44fb553e2b0675eb2fccdea18e9a (diff)
clamav - fix bug #13983
Diffstat (limited to 'antivirus')
-rw-r--r--antivirus/clamav/HISTORY3
-rwxr-xr-xantivirus/clamav/PRE_REMOVE4
2 files changed, 4 insertions, 3 deletions
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index 5892669941..6e6f6bb6fd 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,6 @@
+2007-09-08 Treeve Jelbert <treeve@sourcemage.org>
+ * PRE_REMOVE: fix bug #13983
+
2007-08-21 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.91.2
diff --git a/antivirus/clamav/PRE_REMOVE b/antivirus/clamav/PRE_REMOVE
index 3ad87b2bfc..b46601778f 100755
--- a/antivirus/clamav/PRE_REMOVE
+++ b/antivirus/clamav/PRE_REMOVE
@@ -1,5 +1,3 @@
-#telinit disable clam-antivurus
-
#in case the virus database has been updated by clamfresh since
#the original installation
-rm /usr/share/clamav/*
+rm -r /usr/share/clamav/*