diff options
Diffstat (limited to 'community/osmo/osmo.install')
-rw-r--r-- | community/osmo/osmo.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/osmo/osmo.install b/community/osmo/osmo.install index 66b9463d4..7b592b432 100644 --- a/community/osmo/osmo.install +++ b/community/osmo/osmo.install @@ -1,5 +1,5 @@ post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { |