diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-06-30 13:58:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-06-30 13:58:22 -0500 |
commit | 1898821e343ded453c3192d3f8e52bb56ca7f6ad (patch) | |
tree | 3ca8f6c9f49c7d20ba1422c356b62384b4a796ab /games/hexalate/doinst.sh | |
parent | b3590b41f5d5cf92c6686e7be5755de3fdc639e6 (diff) | |
download | slackbuilds-1898821e343ded453c3192d3f8e52bb56ca7f6ad.tar.gz |
games/hexalate: Added (color matching game)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/hexalate/doinst.sh')
-rw-r--r-- | games/hexalate/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/hexalate/doinst.sh b/games/hexalate/doinst.sh new file mode 100644 index 0000000000..9830478e8c --- /dev/null +++ b/games/hexalate/doinst.sh @@ -0,0 +1,14 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 + |