summarylogtreecommitdiffstats
path: root/amarok.install
diff options
context:
space:
mode:
authorBruno Pagani2015-12-10 14:45:11 +0100
committerBruno Pagani2015-12-10 14:45:40 +0100
commit3cc5c793dbed5ddf37c0b8d45e0797c6d6ea28fa (patch)
treeb3ba07f1ad3f444cff540d99be03edb39fc1a31b /amarok.install
downloadaur-3cc5c793dbed5ddf37c0b8d45e0797c6d6ea28fa.tar.gz
Initial upload: amarok-light 2.8.0-1
Diffstat (limited to 'amarok.install')
-rw-r--r--amarok.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/amarok.install b/amarok.install
new file mode 100644
index 000000000000..81ce5c4b01cf
--- /dev/null
+++ b/amarok.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
+}