diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-17 16:04:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-27 16:20:27 +0700 |
commit | 67defd630c841a5e92d31f373a87298f0e7c8a52 (patch) | |
tree | 76073a77d63a889856cce3e41785f5728b378645 /graphics/baires/doinst.sh | |
parent | e1f783f139e98dc89a817db1a5b7bdf3666557d1 (diff) |
graphics/baires: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/baires/doinst.sh')
-rw-r--r-- | graphics/baires/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/baires/doinst.sh b/graphics/baires/doinst.sh index 5fb28930db0b9..3e5691a052b5b 100644 --- a/graphics/baires/doinst.sh +++ b/graphics/baires/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 |