summaryrefslogtreecommitdiff
path: root/libre/smplayer/smplayer.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-13 18:59:26 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-13 18:59:26 -0500
commitf8041d5d9cb07b133bf8acf76ed6cc86de5ecff7 (patch)
tree3f5a65f9d5c6e5caab64a00b42a7faf446044496 /libre/smplayer/smplayer.install
parentccaede44f759b76f7d120ab891a50a9eb048648c (diff)
smplayer: add new package to [libre]
Diffstat (limited to 'libre/smplayer/smplayer.install')
-rw-r--r--libre/smplayer/smplayer.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/smplayer/smplayer.install b/libre/smplayer/smplayer.install
new file mode 100644
index 000000000..6481cee07
--- /dev/null
+++ b/libre/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
+}