diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-29 15:07:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:55:38 +0700 |
commit | ef26b1634c71f8c180fb73faa6d16bc37903c5cb (patch) | |
tree | d1d345f77e16301b543e6474570f321dec9128c5 /games/retux/doinst.sh | |
parent | 0e2d8adf7df55b4f99bc816be6516639b5402d91 (diff) |
games/retux: Updated for version 1.6.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/retux/doinst.sh')
-rw-r--r-- | games/retux/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/retux/doinst.sh b/games/retux/doinst.sh index 5fb28930db0b9..3e5691a052b5b 100644 --- a/games/retux/doinst.sh +++ b/games/retux/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 |