diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-16 22:07:06 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-18 09:30:30 +0700 |
commit | b11553223c4a36f7391a3239a18e47d0abb5c5dc (patch) | |
tree | c3ac05d6df6bc323172553601976f09ccf16ab86 /system/qps/doinst.sh | |
parent | 58e7995222448551fe22bb04efb0af6ba850acce (diff) |
system/qps: Update for 2.6.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qps/doinst.sh')
-rw-r--r-- | system/qps/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/qps/doinst.sh b/system/qps/doinst.sh index 5fb28930db0b9..65c7e2eeb9aa5 100644 --- a/system/qps/doinst.sh +++ b/system/qps/doinst.sh @@ -1,3 +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 |