[arch-commits] Commit in wicd/repos (3 files)

Daniel Isenmann daniel at archlinux.org
Mon Oct 19 19:34:52 UTC 2009


    Date: Monday, October 19, 2009 @ 15:34:52
  Author: daniel
Revision: 56119

Merged revisions 56117 via svnmerge from 
svn+ssh://daniel@gerolde.archlinux.org/srv/svn-packages/wicd/trunk

........
  r56117 | daniel | 2009-10-19 21:32:09 +0200 (Mon, 19 Oct 2009) | 2 lines
  
  upgpkg: wicd 1.6.2.2-3
      Fix FS#16414 - [wicd] Uninstalling leaves files in the filesystem that should be removed
........

Modified:
  wicd/repos/extra-i686/	(properties)
  wicd/repos/extra-i686/PKGBUILD
  wicd/repos/extra-i686/wicd.install

--------------+
 PKGBUILD     |    2 +-
 wicd.install |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)


Property changes on: wicd/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /wicd/trunk:1-52466
   + /wicd/trunk:1-56118

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-19 19:32:47 UTC (rev 56118)
+++ extra-i686/PKGBUILD	2009-10-19 19:34:52 UTC (rev 56119)
@@ -4,7 +4,7 @@
 
 pkgname=wicd
 pkgver=1.6.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="New and alternative wireless/wired network management utility"
 arch=('i686' 'x86_64')
 url="http://wicd.sourceforge.net/"

Modified: extra-i686/wicd.install
===================================================================
--- extra-i686/wicd.install	2009-10-19 19:32:47 UTC (rev 56118)
+++ extra-i686/wicd.install	2009-10-19 19:34:52 UTC (rev 56119)
@@ -1,3 +1,13 @@
+PKGNAME=wicd
+
+pre_remove () {
+    for pyo in $(pacman -Qql $PKGNAME  | grep \.py$ | sed 's|.py$|.pyo|g'); do
+        if [ -f "$pyo" ]; then
+            rm "$pyo"
+        fi
+    done
+}
+
 post_install() {
   echo
   echo "==> You need to restart the dbus service after "




More information about the arch-commits mailing list