summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Mori2019-09-17 09:21:17 +0200
committerNicola Mori2019-09-17 09:21:17 +0200
commit5f26bafa318cea7d7aafcf08df0be41aca18670c (patch)
tree22047de304240b2206c8e4e6aadcfbb7d6f16db5
parent4241dbe58aa0d6889304f543e6157c4fbbe4e44c (diff)
downloadaur-5f26bafa318cea7d7aafcf08df0be41aca18670c.tar.gz
Add missing amarok.install file.
-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..5c501dc49916
--- /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
+}