diff options
author | Dugan Chen <thedoogster [t] gmail [dot] com> | 2018-04-05 16:12:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:11 +0700 |
commit | f37d3c73993edd40d3da1b4cc5f6b577c95af628 (patch) | |
tree | 68928914b504d56d2620f219774303f76a9b5492 /games/nestopia/doinst.sh | |
parent | 540ae9e733a4fab597a9b020bbd97ed97b4d04ba (diff) |
games/nestopia: Add libretro core build.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/nestopia/doinst.sh')
-rw-r--r-- | games/nestopia/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/nestopia/doinst.sh b/games/nestopia/doinst.sh index 5fb28930db0b9..65c7e2eeb9aa5 100644 --- a/games/nestopia/doinst.sh +++ b/games/nestopia/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |