From 9f05b295a76f83748819c98209d2e2c641e5254a Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 3 May 2026 14:25:22 +0200 Subject: Added: Kvantum-qt6 build script --- kvantum-qt6/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kvantum-qt6/doinst.sh (limited to 'kvantum-qt6/doinst.sh') 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 + -- cgit v1.2.3