From e78d9e4fc82c38315c064020a94553bca548f790 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 3 May 2016 11:02:18 +0200 Subject: [PATCH] clamav: save signature database at update Signed-off-by: Arne Fitzenreiter --- src/paks/clamav/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/paks/clamav/update.sh b/src/paks/clamav/update.sh index 89c40d0d7c..303f036b0a 100644 --- a/src/paks/clamav/update.sh +++ b/src/paks/clamav/update.sh @@ -17,10 +17,12 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007 IPFire-Team . # +# Copyright (C) 2007-2017 IPFire-Team . # # # ############################################################################ # . /opt/pakfire/lib/functions.sh +mv /usr/share/clamav /usr/share/clamav-update ./uninstall.sh +mv /usr/share/clamav-update /usr/share/clamav ./install.sh -- 2.39.2