[arch-commits] Commit in gparted/trunk (PKGBUILD gparted.install)

Giovanni Scafora giovanni at archlinux.org
Mon Apr 6 19:17:35 UTC 2009


    Date: Monday, April 6, 2009 @ 15:17:35
  Author: giovanni
Revision: 34137

upgpkg: gparted 0.4.4-2
    Fixed FS13989

Added:
  gparted/trunk/gparted.install
Modified:
  gparted/trunk/PKGBUILD

-----------------+
 PKGBUILD        |    3 ++-
 gparted.install |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-06 19:14:07 UTC (rev 34136)
+++ PKGBUILD	2009-04-06 19:17:35 UTC (rev 34137)
@@ -4,7 +4,7 @@
 
 pkgname=gparted
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net"
@@ -19,6 +19,7 @@
             'reiser4progs: for reiser partitions'
             'xfsprogs: for xfs partitions'
             'gksu: to run gparted directly from menu')
+install=gparted.install
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('1fec16c61c76770d2fddd834f0d37997')
 

Added: gparted.install
===================================================================
--- gparted.install	                        (rev 0)
+++ gparted.install	2009-04-06 19:17:35 UTC (rev 34137)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list