From: Arne Fitzenreiter Date: Tue, 3 May 2016 09:02:18 +0000 (+0200) Subject: clamav: save signature database at update X-Git-Tag: v2.19-core103~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e78d9e4fc82c38315c064020a94553bca548f790;p=ipfire-2.x.git clamav: save signature database at update Signed-off-by: Arne Fitzenreiter --- 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