summaryrefslogtreecommitdiff
path: root/community/kid3/kid3.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/kid3/kid3.install')
-rw-r--r--community/kid3/kid3.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/kid3/kid3.install b/community/kid3/kid3.install
index 1c0de2e4f..8ec315e7c 100644
--- a/community/kid3/kid3.install
+++ b/community/kid3/kid3.install
@@ -1,11 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install $1
}
post_remove() {
- post_install
+ post_install $1
}