diff options
Diffstat (limited to 'community/poedit/poedit.install')
-rw-r--r-- | community/poedit/poedit.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/poedit/poedit.install b/community/poedit/poedit.install index 21b79d2d4..bce670aff 100644 --- a/community/poedit/poedit.install +++ b/community/poedit/poedit.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 } |