summaryrefslogtreecommitdiff
path: root/extra/orage/orage.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/orage/orage.install')
-rw-r--r--extra/orage/orage.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/orage/orage.install b/extra/orage/orage.install
index 21b79d2d4..236856c64 100644
--- a/extra/orage/orage.install
+++ b/extra/orage/orage.install
@@ -1,11 +1,12 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post:install
}