aboutsummaryrefslogtreecommitdiff
path: root/system/kvantum-qt5/doinst.sh
diff options
context:
space:
mode:
authorPouria Rezaei <Pouria.rz@outlook.com>2024-07-12 23:07:12 +0330
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-13 07:49:14 +0700
commitd9097ddfcc8d1b1737bcc8a0123021c02906c2eb (patch)
treeef0b50f82e5886c0cdbef9939dd0d2ecae92f7aa /system/kvantum-qt5/doinst.sh
parentc97e0dcba4c601ea330aabb2f7eaa51eb72a3a93 (diff)
system/kvantum-qt5: Updated to 1.1.2.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kvantum-qt5/doinst.sh')
-rw-r--r--system/kvantum-qt5/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/kvantum-qt5/doinst.sh b/system/kvantum-qt5/doinst.sh
new file mode 100644
index 0000000000..4110f5514d
--- /dev/null
+++ b/system/kvantum-qt5/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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi