summaryrefslogtreecommitdiff
path: root/community/geany/geany.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/geany/geany.install')
-rw-r--r--community/geany/geany.install11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/geany/geany.install b/community/geany/geany.install
index 7e83162e5..4cd573a65 100644
--- a/community/geany/geany.install
+++ b/community/geany/geany.install
@@ -1,13 +1,16 @@
pkgname=geany
-post_install() {
+post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
-post_upgrade() {
- post_install
+post_install() {
+ post_upgrade
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_upgrade
}
+
+# vim:set ts=2 sw=2 et: