diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-11 00:59:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:28 +0700 |
commit | b58dcbfad1d69f7bc268edbfc735714541e205d6 (patch) | |
tree | 3a95cf2db0a0c9c8a012baaf6d0f71ed132ff3af /games/odamex/doinst.sh | |
parent | 954db786c68f4dfc69ab1af8082497c04452e1a4 (diff) |
games/odamex: Updated for version 10.3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/odamex/doinst.sh')
-rw-r--r-- | games/odamex/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/odamex/doinst.sh b/games/odamex/doinst.sh index 4e8ba7071dea..3e5691a052b5 100644 --- a/games/odamex/doinst.sh +++ b/games/odamex/doinst.sh @@ -2,3 +2,8 @@ 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 |