summarylogtreecommitdiffstats
path: root/kplayer.install
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-08 22:21:28 +0200
committerAntonio Rojas2015-06-08 22:21:28 +0200
commit6cd393ba592df9a07e90c812a43d5379ede04608 (patch)
tree34fc4db42dd19c18ddda2dc4bb163839b9cbb1d2 /kplayer.install
downloadaur-6cd393ba592df9a07e90c812a43d5379ede04608.tar.gz
Initial import
Diffstat (limited to 'kplayer.install')
-rw-r--r--kplayer.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kplayer.install b/kplayer.install
new file mode 100644
index 000000000000..6c87527e21eb
--- /dev/null
+++ b/kplayer.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
+}