From 28d6c3efb7b76066b25db03647d626a90c81fc59 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 3 Apr 2014 21:30:11 +0700 Subject: games/freeorion: Added (space game). Signed-off-by: Willy Sudiarto Raharjo --- games/freeorion/doinst.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 games/freeorion/doinst.sh (limited to 'games/freeorion/doinst.sh') 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 -- cgit v1.2.3