diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-21 21:23:26 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-21 21:27:27 +0100 |
commit | 0a49058508940879bd303fe27c03f9c4a3d0675f (patch) | |
tree | 3870afa286e7860113a9c18bc8b7964e042367eb /games/atari++/doinst.sh | |
parent | 56cd1c7b365ed354c695d3ae5958a1eb5eac360c (diff) | |
download | slackbuilds-0a49058508940879bd303fe27c03f9c4a3d0675f.tar.gz |
games/atari++: Updated for version 1.60, added license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/atari++/doinst.sh')
-rw-r--r-- | games/atari++/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/atari++/doinst.sh b/games/atari++/doinst.sh index 4e8ba7071d..3e5691a052 100644 --- a/games/atari++/doinst.sh +++ b/games/atari++/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 |