[arch-commits] Commit in snappy-player/trunk (snappy-player.install)

Balló György bgyorgy at nymeria.archlinux.org
Fri Apr 11 06:51:38 UTC 2014


    Date: Friday, April 11, 2014 @ 08:51:38
  Author: bgyorgy
Revision: 109191

Add install file

Added:
  snappy-player/trunk/snappy-player.install

-----------------------+
 snappy-player.install |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Added: snappy-player.install
===================================================================
--- snappy-player.install	                        (rev 0)
+++ snappy-player.install	2014-04-11 06:51:38 UTC (rev 109191)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list