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
+}

Reply via email to