diff options
author | B. Watson <yalhcru@gmail.com> | 2011-02-20 00:32:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:04 -0600 |
commit | 2062bf16019ebbc0af74e2c58b6a574c418b3f0c (patch) | |
tree | 24ffc0ab529473ff5128cf75783d95a1d56f7193 /games/steem/doinst.sh | |
parent | b3ea517f6e6241be714fa669c3c564c0574ca1f5 (diff) | |
download | slackbuilds-2062bf16019ebbc0af74e2c58b6a574c418b3f0c.tar.gz |
games/steem: Added (Freeware Atari STE Emulator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/steem/doinst.sh')
-rw-r--r-- | games/steem/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/steem/doinst.sh b/games/steem/doinst.sh new file mode 100644 index 0000000000..1103a0f268 --- /dev/null +++ b/games/steem/doinst.sh @@ -0,0 +1,9 @@ +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 + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |