From 8fd3a34d79facd24e066476e754b72d57237ef6c Mon Sep 17 00:00:00 2001 From: B. Watson Date: Wed, 22 Jun 2022 16:23:39 -0400 Subject: games/alephone: Updated for version 20220115. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/alephone/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'games/alephone/doinst.sh') diff --git a/games/alephone/doinst.sh b/games/alephone/doinst.sh index 5fb28930db..3e5691a052 100644 --- a/games/alephone/doinst.sh +++ b/games/alephone/doinst.sh @@ -1,3 +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 -- cgit v1.2.3