diff options
Diffstat (limited to 'community/geany-plugins/geany-plugins.install')
-rw-r--r-- | community/geany-plugins/geany-plugins.install | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install index f26807673..bce670aff 100644 --- a/community/geany-plugins/geany-plugins.install +++ b/community/geany-plugins/geany-plugins.install @@ -1,13 +1,12 @@ -post_upgrade() { - gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } -post_install() { - post_upgrade +post_upgrade() { + post_install } post_remove() { - post_upgrade + post_install } - -# vim:set ts=2 sw=2 et: |