]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix update.sh of some packages
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 25 Aug 2008 18:39:24 +0000 (20:39 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 25 Aug 2008 18:39:24 +0000 (20:39 +0200)
removed pcmciautils packagefiles

15 files changed:
src/paks/applejuice/update.sh
src/paks/cyrus-imapd/update.sh
src/paks/cyrus-sasl/update.sh
src/paks/dbus/update.sh
src/paks/esniper/update.sh
src/paks/git/update.sh
src/paks/gnump3d/update.sh
src/paks/mldonkey/update.sh
src/paks/mysql/update.sh
src/paks/openmailadmin/update.sh
src/paks/pcmciautils/install.sh [deleted file]
src/paks/pcmciautils/uninstall.sh [deleted file]
src/paks/pcmciautils/update.sh [deleted file]
src/paks/phpSANE/update.sh
src/paks/postfix/update.sh

index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index dfdb04f58cb4e6affedfe7df0faa5cfa87511c2e..9f2f69331cca153d7c9c7648f03dd8730e34cbff 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 83f56797ee1e3d9d307717df6bcec0e434cd7d00..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,4 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
-rm -rf /usr/bin/git-* || true
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -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 (file)
index b1519de..0000000
+++ /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 <info@ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /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 (file)
index d180726..0000000
+++ /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 <info@ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /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 (file)
index 6e770fb..0000000
+++ /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 <info@ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /opt/pakfire/lib/functions.sh
-depmod -a
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh
index 800823ef50bde1623c522e37274d393954af6439..89c40d0d7c5d3dd57b5944f3af4977d5f8d76760 100644 (file)
@@ -22,3 +22,5 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh