X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpaks%2Fsquidclamav%2Funinstall.sh;fp=src%2Fpaks%2Fsquidclamav%2Funinstall.sh;h=d2aa435e323f133dae08246e6207e2c5cb56403c;hb=bf660619ef0af1c5af7438c80ed3e678aebc533f;hp=0000000000000000000000000000000000000000;hpb=e8d463fcacadfc49dfdec3cba7b78df3c0a0800c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/src/paks/squidclamav/uninstall.sh b/src/paks/squidclamav/uninstall.sh new file mode 100644 index 0000000000..d2aa435e32 --- /dev/null +++ b/src/paks/squidclamav/uninstall.sh @@ -0,0 +1,28 @@ +#!/bin/bash +############################################################################ +# # +# This file is part of the IPFire Firewall. # +# # +# IPFire is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +# IPFire is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# 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 . # +# # +############################################################################ +# +. /opt/pakfire/lib/functions.sh +/etc/init.d/squid stop +make_backup ${NAME} +remove_files +/etc/init.d/squid start