summarylogtreecommitdiffstats
path: root/smplayer.install
diff options
context:
space:
mode:
authorGötz Christ2015-06-15 13:09:35 -0500
committerGötz Christ2015-06-15 13:09:35 -0500
commit7eb1d4f7a9ec522c3d8a403a48f54dcee0873c40 (patch)
treefcfd8680e1e1057e3fd06134fb9a0e1d2400119b /smplayer.install
downloadaur-7eb1d4f7a9ec522c3d8a403a48f54dcee0873c40.tar.gz
Initial import
Diffstat (limited to 'smplayer.install')
-rw-r--r--smplayer.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/smplayer.install b/smplayer.install
new file mode 100644
index 000000000000..6481cee07145
--- /dev/null
+++ b/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
+}