diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-22 10:23:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:58 +0700 |
commit | a69c23ad483bd692d8c8bc39ec769a017ade6065 (patch) | |
tree | 15f9d520391038e6cdf3a71645b1b5c3e1a66e2d /games/jollygood/doinst.sh | |
parent | b3f05ab27e03b3f55fbf7355b6c1e69ff4c6f188 (diff) |
games/jollygood: Added (Jolly Good Emu API and Reference Frontend)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/jollygood/doinst.sh')
-rw-r--r-- | games/jollygood/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/jollygood/doinst.sh b/games/jollygood/doinst.sh new file mode 100644 index 0000000000..65c7e2eeb9 --- /dev/null +++ b/games/jollygood/doinst.sh @@ -0,0 +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 |