aboutsummaryrefslogtreecommitdiff
path: root/games/lbreakouthd/doinst.sh
diff options
context:
space:
mode:
authorJohannes Schoepfer <slackbuilds@schoepfer.info>2023-03-26 23:52:49 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:08 +0700
commitd6e3e5241890e2e82fa69f1a2d8ed501e2ca7c7b (patch)
tree27ed9564193084bbde48e219038145e414ea10a0 /games/lbreakouthd/doinst.sh
parent4f2c8f19da173775a501419f4f7c45abf23c68f5 (diff)
downloadslackbuilds-d6e3e5241890e2e82fa69f1a2d8ed501e2ca7c7b.tar.xz
games/lbreakouthd: Updated for version 1.1.2.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/lbreakouthd/doinst.sh')
-rw-r--r--games/lbreakouthd/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/lbreakouthd/doinst.sh b/games/lbreakouthd/doinst.sh
index 392c12adb9bd..726ffe403baf 100644
--- a/games/lbreakouthd/doinst.sh
+++ b/games/lbreakouthd/doinst.sh
@@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi