diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-25 17:59:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-30 08:35:59 +0700 |
commit | 7c6598de8c6017f881dc8990405d690336981d79 (patch) | |
tree | 58e316b927700977efdf462391169715fdfc2504 /games/clksignal/doinst.sh | |
parent | 1dd2afaff19a0359e6519b8181a1d46ea31ff522 (diff) |
games/clksignal: Added (emulate classic computers/consoles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/clksignal/doinst.sh')
-rw-r--r-- | games/clksignal/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/clksignal/doinst.sh b/games/clksignal/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /dev/null +++ b/games/clksignal/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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |