summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalló György2014-04-11 06:51:38 +0000
committerBalló György2014-04-11 06:51:38 +0000
commit8df1e608f3d2ea431ff8da27f02f6e6721e538a6 (patch)
treecd128d651d988679ade861eec245cf533cffcf44
parentc944dd9fd423b3ac1d4f08b6190cd32f282d99c0 (diff)
downloadaur-8df1e608f3d2ea431ff8da27f02f6e6721e538a6.tar.gz
Add install file
-rw-r--r--snappy-player.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/snappy-player.install b/snappy-player.install
new file mode 100644
index 000000000000..709ad81f2fb9
--- /dev/null
+++ b/snappy-player.install
@@ -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
+}