diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-12-28 11:03:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:25 +0700 |
commit | 6ce544aaca700008722b52f1405780064b38d784 (patch) | |
tree | daf4c329e5cee101e283eda233123b5876820a7f /audio/qastools/doinst.sh | |
parent | fae9cae5c16482452f42cfb64e0f296fba6b311e (diff) |
audio/qastools: Updated for version 0.21.0.
Now depends on qt5
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/qastools/doinst.sh')
-rw-r--r-- | audio/qastools/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/qastools/doinst.sh b/audio/qastools/doinst.sh index 0a02ce22c8717..3e5691a052b5b 100644 --- a/audio/qastools/doinst.sh +++ b/audio/qastools/doinst.sh @@ -1,6 +1,7 @@ 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 usr/share/icons/hicolor >/dev/null 2>&1 |