diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-09 17:24:36 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-12-10 02:43:41 -0500 |
commit | e5b1cd6f99698eb0b95e43f5cda4a5d27cc9cba7 (patch) | |
tree | bac265de66a9918eaf9a278fe64a6a171a939728 /games/supermariowar/doinst.sh | |
parent | c0e7bcadb024065d51f5777c5deb84704cc24d43 (diff) |
games/supermariowar: Updated for version 2020_04_25.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/supermariowar/doinst.sh')
-rw-r--r-- | games/supermariowar/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/supermariowar/doinst.sh b/games/supermariowar/doinst.sh index 5fb28930db..3e5691a052 100644 --- a/games/supermariowar/doinst.sh +++ b/games/supermariowar/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 |