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

Pierre Schmitz pierre at archlinux.org
Sun Sep 14 08:36:41 UTC 2008


    Date: Sunday, September 14, 2008 @ 04:36:41
  Author: pierre
Revision: 12388

update icon-db on install

Added:
  konq-plugins/trunk/konq-plugins.install
Modified:
  konq-plugins/trunk/PKGBUILD

----------------------+
 PKGBUILD             |    1 +
 konq-plugins.install |   11 +++++++++++
 2 files changed, 12 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 08:35:36 UTC (rev 12387)
+++ PKGBUILD	2008-09-14 08:36:41 UTC (rev 12388)
@@ -11,6 +11,7 @@
 depends=('kdebase')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 options=('docs')
+install='konq-plugins.install'
 source=("http://download.kde.org/stable/${pkgver}/src/extragear/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('91ba68f763811deec646edb02e8b44ad')
 

Added: konq-plugins.install
===================================================================
--- konq-plugins.install	                        (rev 0)
+++ konq-plugins.install	2008-09-14 08:36:41 UTC (rev 12388)
@@ -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