summaryrefslogtreecommitdiff
path: root/extra/smplayer/smplayer.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-29 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2011-12-29 23:14:54 +0000
commit8a823402bd45dc875237a20f174ecbe64e1bae4d (patch)
treef520fcd3f38fc11c721bd183e92d1b65c37ca1a9 /extra/smplayer/smplayer.install
parent5cd3c62bce23c2b25c28b22da71f664b48703ad2 (diff)
Thu Dec 29 23:14:54 UTC 2011
Diffstat (limited to 'extra/smplayer/smplayer.install')
-rw-r--r--extra/smplayer/smplayer.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/smplayer/smplayer.install b/extra/smplayer/smplayer.install
new file mode 100644
index 000000000..6481cee07
--- /dev/null
+++ b/extra/smplayer/smplayer.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}