diff options
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 |