diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-03 21:30:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:52 +0700 |
commit | 28d6c3efb7b76066b25db03647d626a90c81fc59 (patch) | |
tree | da32765ec1ff462be73e92feb76db82be378dda1 /games/freeorion/doinst.sh | |
parent | 68d4a9b6cf257bafa66b99bed3af81941d4a6a88 (diff) | |
download | slackbuilds-28d6c3efb7b76066b25db03647d626a90c81fc59.tar.gz |
games/freeorion: Added (space game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeorion/doinst.sh')
-rw-r--r-- | games/freeorion/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/freeorion/doinst.sh b/games/freeorion/doinst.sh new file mode 100644 index 0000000000..58e0b447c3 --- /dev/null +++ b/games/freeorion/doinst.sh @@ -0,0 +1,7 @@ +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 |