diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-17 08:35:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-18 09:19:32 +0700 |
commit | 2f558fa673d866883186e554ebd0654b89fd50ca (patch) | |
tree | f59e5239e8535e2507bbcad67008bf58d4a1129c /games/pioneer/doinst.sh | |
parent | d0e905ef1298c2c1567cfbe7f7f10e3cdb143932 (diff) |
games/pioneer: Updated for version 20151214.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pioneer/doinst.sh')
-rw-r--r-- | games/pioneer/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/pioneer/doinst.sh b/games/pioneer/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/games/pioneer/doinst.sh @@ -0,0 +1,9 @@ +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 |