summarylogtreecommitdiffstats
path: root/kissplayer.install
diff options
context:
space:
mode:
authorAndre Miranda2015-06-13 16:09:17 -0300
committerAndre Miranda2015-06-13 16:09:17 -0300
commitd72333b32eda7509dcd8cd6a992a89890ffe0408 (patch)
treea42c60e851cb1781a303ff4d62dec5e0cc94fca3 /kissplayer.install
downloadaur-d72333b32eda7509dcd8cd6a992a89890ffe0408.tar.gz
Initial import
Diffstat (limited to 'kissplayer.install')
-rw-r--r--kissplayer.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kissplayer.install b/kissplayer.install
new file mode 100644
index 000000000000..709ad81f2fb9
--- /dev/null
+++ b/kissplayer.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
+}