diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-16 13:18:55 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:58:36 -0600 |
commit | cd8bb83a702bf531528426c939de8b8740350996 (patch) | |
tree | f62ce83aea6af9afbe476dd58fb8d59e6b34cd2b /games/foobillardplus/doinst.sh | |
parent | 067849a1a0bb1f6ee5857f83d8521900f8aac11b (diff) |
games/foobillardplus: Added (opengl billard game).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/foobillardplus/doinst.sh')
-rw-r--r-- | games/foobillardplus/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/foobillardplus/doinst.sh b/games/foobillardplus/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/games/foobillardplus/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 |