diff options
author | Leo C <leoc@gmx.com> | 2018-03-09 21:38:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:11:04 +0700 |
commit | d09268239880d46548d086856d87dbd575bb8a49 (patch) | |
tree | 9ca0010580081c7d217c0d9c2ab28981efa754bb /desktop/oomox/doinst.sh | |
parent | 3be4812f8257742b962a01d98c0c856043a4693a (diff) |
desktop/oomox: Updated for version 1.5.0.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/oomox/doinst.sh')
-rw-r--r-- | desktop/oomox/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/oomox/doinst.sh b/desktop/oomox/doinst.sh index 4e8ba7071dea7..4a25de5e6fbd1 100644 --- a/desktop/oomox/doinst.sh +++ b/desktop/oomox/doinst.sh @@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |