diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-08-24 23:21:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-23 06:11:02 +0700 |
commit | 9e6f111254d5908801191604200254e59d3a7e02 (patch) | |
tree | 79cb98e0d8252807d0f75bb1d04b1a4815510b09 /libraries/qt5-webkit-legacy/doinst.sh | |
parent | fc730b801383c0943af4706fc1f9b83a7073e509 (diff) |
libraries/qt5-webkit-legacy: Added (Qt based web browser engine).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/qt5-webkit-legacy/doinst.sh')
-rw-r--r-- | libraries/qt5-webkit-legacy/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/qt5-webkit-legacy/doinst.sh b/libraries/qt5-webkit-legacy/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/libraries/qt5-webkit-legacy/doinst.sh @@ -0,0 +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 |