summaryrefslogtreecommitdiffstats
path: root/extra/clamav/clamav.pre-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clamav/clamav.pre-upgrade')
-rw-r--r--extra/clamav/clamav.pre-upgrade16
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/clamav/clamav.pre-upgrade b/extra/clamav/clamav.pre-upgrade
deleted file mode 100644
index 9956f95d..00000000
--- a/extra/clamav/clamav.pre-upgrade
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# make sure we don't lose our config
-mkdir -p /etc/clamav
-if [ -f /etc/clamav.conf ]; then
- mv /etc/clamav.conf /etc/clamav/
- ln -s clamav/clamav.conf /etc/clamav.conf
-fi
-
-if [ -f /etc/freshclam.conf ]; then
- mv /etc/freshclam.conf /etc/clamav/
- ln -s clamav/freshclam.conf /etc/freshclam.conf
-fi
-
-exit 0
-