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