diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2024-07-12 23:07:12 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-13 07:49:14 +0700 |
commit | d9097ddfcc8d1b1737bcc8a0123021c02906c2eb (patch) | |
tree | ef0b50f82e5886c0cdbef9939dd0d2ecae92f7aa /system/kvantum-qt5/doinst.sh | |
parent | c97e0dcba4c601ea330aabb2f7eaa51eb72a3a93 (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.sh | 5 |
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 |