diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-06-25 23:14:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-25 23:14:02 +0700 |
commit | 772a4143deb3a76b6ccd496c4d1017ed2d21f702 (patch) | |
tree | caf535066d1df03983939330ab5615776d980409 /games/galaxyv2/doinst.sh | |
parent | 73807f11b5d1d88af14955f43e2db823c5ca4e43 (diff) | |
download | slackbuilds-772a4143deb3a76b6ccd496c4d1017ed2d21f702.tar.gz |
games/galaxyv2: Updated for version 1.80.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/galaxyv2/doinst.sh')
-rw-r--r-- | games/galaxyv2/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/galaxyv2/doinst.sh b/games/galaxyv2/doinst.sh index 408d5f51bd..8542d1c18e 100644 --- a/games/galaxyv2/doinst.sh +++ b/games/galaxyv2/doinst.sh @@ -1,4 +1,5 @@ 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 |