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

Tobias Powalowski tpowa at archlinux.org
Wed Jan 14 08:37:16 UTC 2009


    Date: Wednesday, January 14, 2009 @ 03:37:16
  Author: tpowa
Revision: 24140

upgpkg: kshutdown 2.0beta3-1

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

-------------------+
 PKGBUILD          |    4 ++--
 kshutdown.install |   11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-14 08:32:39 UTC (rev 24139)
+++ PKGBUILD	2009-01-14 08:37:16 UTC (rev 24140)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kshutdown
-pkgver=2.0beta1
+pkgver=2.0beta3
 pkgrel=1
 pkgdesc="Shutdown Utility for KDE"
 arch=(i686 x86_64)
@@ -23,4 +23,4 @@
 	make || return 1
 	make DESTDIR=$pkgdir install
 }
-md5sums=('e71672b3b771cf21b06050632db07b7c')
+md5sums=('f4d2d5a26a248b209d267bbd76251581')

Added: kshutdown.install
===================================================================
--- kshutdown.install	                        (rev 0)
+++ kshutdown.install	2009-01-14 08:37:16 UTC (rev 24140)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list