[arch-commits] Commit in gnome-packagekit/trunk (gnome-packagekit.install)

Jan de Groot jgc at archlinux.org
Mon Sep 22 09:28:12 UTC 2014


    Date: Monday, September 22, 2014 @ 11:28:12
  Author: jgc
Revision: 222609

upgpkg: gnome-packagekit 3.13.92-1

Added:
  gnome-packagekit/trunk/gnome-packagekit.install

--------------------------+
 gnome-packagekit.install |   13 +++++++++++++
 1 file changed, 13 insertions(+)

Added: gnome-packagekit.install
===================================================================
--- gnome-packagekit.install	                        (rev 0)
+++ gnome-packagekit.install	2014-09-22 09:28:12 UTC (rev 222609)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list