diff options
author | B. Watson <yalhcru@gmail.com> | 2016-09-14 18:58:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 18:58:19 +0700 |
commit | 7df3fb7f3242bfb96da9b7912ccf928251443252 (patch) | |
tree | 02a078ca9db72372b9c70ab4bfbd20deec9614d2 /games/freeblocks/doinst.sh | |
parent | ab10910442beff55b2a7fbc112c9228278a7e068 (diff) |
games/freeblocks: Added (puzzle game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeblocks/doinst.sh')
-rw-r--r-- | games/freeblocks/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/freeblocks/doinst.sh b/games/freeblocks/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/games/freeblocks/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 |