summaryrefslogtreecommitdiffstats
path: root/desktop/wf-shell/doinst.sh
diff options
context:
space:
mode:
author Damian Perticone2022-04-30 08:40:26 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:52:15 +0200
commitbb4047b4b2a38e81917b51330b0bdb159ae40218 (patch)
treea812e38975966dc530e1c829d026c17c2a4a2090 /desktop/wf-shell/doinst.sh
parent5850a1c285d7a16469ebe6ae55519e2d0accc063 (diff)
downloadslackbuilds-bb4047b4b2a38e81917b51330b0bdb159ae40218.tar.gz
desktop/wf-shell: Added (GTK3-based panel for wayfire).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wf-shell/doinst.sh')
-rw-r--r--desktop/wf-shell/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/wf-shell/doinst.sh b/desktop/wf-shell/doinst.sh
new file mode 100644
index 0000000000..8542d1c18e
--- /dev/null
+++ b/desktop/wf-shell/doinst.sh
@@ -0,0 +1,5 @@
+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