summaryrefslogtreecommitdiff
path: root/community/rekonq/rekonq.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
committerroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
commitd286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch)
tree0df8ee0846c9886fd41db46eba16f7877d70af93 /community/rekonq/rekonq.install
parent8fd7bc607a8e4b26853b4263153a736767b163cd (diff)
Sun Oct 16 23:14:27 UTC 2011
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
}