diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-02 00:14:37 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:53 +0700 |
commit | f1bed889b712aadcfcf4658b1bfe6e69de34b0b7 (patch) | |
tree | 894360f6c9e2d445625f32e700501b48f2a70427 /games/higan/doinst.sh | |
parent | 58b4dbfd8c5bd33d69da5e7b0f0b9c6df37395a6 (diff) |
games/higan: Downgrade to version 106.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/higan/doinst.sh')
-rw-r--r-- | games/higan/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/higan/doinst.sh b/games/higan/doinst.sh index 5fb28930db0b9..3e5691a052b5b 100644 --- a/games/higan/doinst.sh +++ b/games/higan/doinst.sh @@ -1,3 +1,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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |