diff options
Diffstat (limited to 'community/glob2/glob2.install')
-rw-r--r-- | community/glob2/glob2.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/glob2/glob2.install b/community/glob2/glob2.install index 7463b6e76..20264b3a8 100644 --- a/community/glob2/glob2.install +++ b/community/glob2/glob2.install @@ -1,4 +1,5 @@ post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-desktop-database -q } @@ -7,6 +8,6 @@ post_upgrade() { } post_remove() { - update-desktop-database -q + post_install $1 } |