aboutsummaryrefslogtreecommitdiffstats
path: root/kvantum-qt6/doinst.sh
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-03 14:25:22 +0200
committerDanilo M. <danix@danix.xyz>2026-05-03 14:25:22 +0200
commit9f05b295a76f83748819c98209d2e2c641e5254a (patch)
treea0b48e4f1834133ba10768ee197b3858e5b1757c /kvantum-qt6/doinst.sh
parent0c2890532970fbae6a44f915b6eb2484532d8a2f (diff)
downloadmy-slackbuilds-9f05b295a76f83748819c98209d2e2c641e5254a.tar.gz
my-slackbuilds-9f05b295a76f83748819c98209d2e2c641e5254a.zip
Added: Kvantum-qt6 build script
Diffstat (limited to 'kvantum-qt6/doinst.sh')
-rw-r--r--kvantum-qt6/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/kvantum-qt6/doinst.sh b/kvantum-qt6/doinst.sh
new file mode 100644
index 0000000..98a8e99
--- /dev/null
+++ b/kvantum-qt6/doinst.sh
@@ -0,0 +1,10 @@
+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
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+