summaryrefslogtreecommitdiffstats
path: root/desktop/xlunch/doinst.sh
diff options
context:
space:
mode:
author Tomas Matejicek <tomas@slax.org>2022-07-16 10:15:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-16 10:39:08 +0700
commita2e498b3874992345f8030d4bc65b78bb8e2e7b8 (patch)
tree73a8b40a87d9f4015e1f342a9528b82b7fca08f7 /desktop/xlunch/doinst.sh
parent2378b0f4cc79372039a03f2fea11065c0f635ba3 (diff)
downloadslackbuilds-a2e498b3874992345f8030d4bc65b78bb8e2e7b8.tar.gz
slackbuilds-a2e498b3874992345f8030d4bc65b78bb8e2e7b8.tar.xz
desktop/xlunch: Updated for version 4.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xlunch/doinst.sh')
-rw-r--r--desktop/xlunch/doinst.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/xlunch/doinst.sh b/desktop/xlunch/doinst.sh
index 1ef9a17a10..8298aa30bf 100644
--- a/desktop/xlunch/doinst.sh
+++ b/desktop/xlunch/doinst.sh
@@ -11,4 +11,10 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-config etc/xlunch/icons.conf.new
+config etc/xlunch/default.conf.new
+
+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