diff options
Diffstat (limited to 'community/glob2/glob2.install')
-rw-r--r-- | community/glob2/glob2.install | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/glob2/glob2.install b/community/glob2/glob2.install index 20264b3a8..d2b1a678b 100644 --- a/community/glob2/glob2.install +++ b/community/glob2/glob2.install @@ -1,13 +1,13 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q + xdg-icon-resource forceupdate } post_upgrade() { - post_install $1 + xdg-icon-resource forceupdate } post_remove() { - post_install $1 + xdg-icon-resource forceupdate } +# vim:set ts=2 sw=2 et: |