summaryrefslogtreecommitdiffstats
path: root/desktop/lxqt-themes/doinst.sh
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-08-13 09:07:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-13 09:07:17 +0700
commit5168a22a4c971f2962f4d5cfd9bfef2a6eb5fe76 (patch)
tree188b64f94c5f7c21d596d30583a81ec4070840ab /desktop/lxqt-themes/doinst.sh
parentca7fcd2c2fc8cd8911b89b71ed560965b3769d9a (diff)
downloadslackbuilds-5168a22a4c971f2962f4d5cfd9bfef2a6eb5fe76.tar.gz
slackbuilds-5168a22a4c971f2962f4d5cfd9bfef2a6eb5fe76.tar.xz
desktop/lxqt-themes: Added (Graphics for LXQt).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lxqt-themes/doinst.sh')
-rw-r--r--desktop/lxqt-themes/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/lxqt-themes/doinst.sh b/desktop/lxqt-themes/doinst.sh
new file mode 100644
index 0000000000..65c7e2eeb9
--- /dev/null
+++ b/desktop/lxqt-themes/doinst.sh
@@ -0,0 +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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi