From: Arne Fitzenreiter Date: Mon, 25 Aug 2008 18:39:24 +0000 (+0200) Subject: Fix update.sh of some packages X-Git-Tag: v2.3-beta4~56^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=sidebyside;h=b6f9783fb1db7aa98acbb4dbbd6a80f9319e989d;p=people%2Fpmueller%2Fipfire-2.x.git Fix update.sh of some packages removed pcmciautils packagefiles --- diff --git a/src/paks/applejuice/update.sh b/src/paks/applejuice/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/applejuice/update.sh +++ b/src/paks/applejuice/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/cyrus-imapd/update.sh b/src/paks/cyrus-imapd/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/cyrus-imapd/update.sh +++ b/src/paks/cyrus-imapd/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/cyrus-sasl/update.sh b/src/paks/cyrus-sasl/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/cyrus-sasl/update.sh +++ b/src/paks/cyrus-sasl/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/dbus/update.sh b/src/paks/dbus/update.sh index dfdb04f58c..9f2f69331c 100644 --- a/src/paks/dbus/update.sh +++ b/src/paks/dbus/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/esniper/update.sh b/src/paks/esniper/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/esniper/update.sh +++ b/src/paks/esniper/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/git/update.sh b/src/paks/git/update.sh index 83f56797ee..89c40d0d7c 100644 --- a/src/paks/git/update.sh +++ b/src/paks/git/update.sh @@ -22,4 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh -rm -rf /usr/bin/git-* || true +./uninstall.sh +./install.sh diff --git a/src/paks/gnump3d/update.sh b/src/paks/gnump3d/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/gnump3d/update.sh +++ b/src/paks/gnump3d/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/mldonkey/update.sh b/src/paks/mldonkey/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/mldonkey/update.sh +++ b/src/paks/mldonkey/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/mysql/update.sh b/src/paks/mysql/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/mysql/update.sh +++ b/src/paks/mysql/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/openmailadmin/update.sh b/src/paks/openmailadmin/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/openmailadmin/update.sh +++ b/src/paks/openmailadmin/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/pcmciautils/install.sh b/src/paks/pcmciautils/install.sh deleted file mode 100644 index b1519de8fa..0000000000 --- a/src/paks/pcmciautils/install.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/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 -extract_files -depmod -a diff --git a/src/paks/pcmciautils/uninstall.sh b/src/paks/pcmciautils/uninstall.sh deleted file mode 100644 index d180726840..0000000000 --- a/src/paks/pcmciautils/uninstall.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/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/mldonkey stop -remove_files -depmod -a - diff --git a/src/paks/pcmciautils/update.sh b/src/paks/pcmciautils/update.sh deleted file mode 100644 index 6e770fbf32..0000000000 --- a/src/paks/pcmciautils/update.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/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 -depmod -a diff --git a/src/paks/phpSANE/update.sh b/src/paks/phpSANE/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/phpSANE/update.sh +++ b/src/paks/phpSANE/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh diff --git a/src/paks/postfix/update.sh b/src/paks/postfix/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/postfix/update.sh +++ b/src/paks/postfix/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh