summaryrefslogtreecommitdiffstats
path: root/libraries/qt5-webkit-legacy/doinst.sh
diff options
context:
space:
mode:
author David Woodfall2018-08-25 00:21:01 +0200
committer Willy Sudiarto Raharjo2018-09-23 01:11:02 +0200
commit9e6f111254d5908801191604200254e59d3a7e02 (patch)
tree79cb98e0d8252807d0f75bb1d04b1a4815510b09 /libraries/qt5-webkit-legacy/doinst.sh
parentfc730b801383c0943af4706fc1f9b83a7073e509 (diff)
downloadslackbuilds-9e6f111254d5908801191604200254e59d3a7e02.tar.gz
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.sh9
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 0000000000..65c7e2eeb9
--- /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