summaryrefslogtreecommitdiffstats
path: root/qt5-webkit/build/doinst.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-13 12:06:16 +0000
committer Eric Hameleers <alien@slackware.com>2016-11-13 12:06:16 +0000
commitde901eb698d6672b86f164ab3f9cc48b4527f369 (patch)
tree418f83e859e94072f0de730dc97a8f6cc058a873 /qt5-webkit/build/doinst.sh
parentaa5c097b399b49b206b8022ee132fb0c74420abe (diff)
downloadasb-de901eb698d6672b86f164ab3f9cc48b4527f369.tar.gz
asb-de901eb698d6672b86f164ab3f9cc48b4527f369.tar.xz
Initial revision
Diffstat (limited to 'qt5-webkit/build/doinst.sh')
-rw-r--r--qt5-webkit/build/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/qt5-webkit/build/doinst.sh b/qt5-webkit/build/doinst.sh
new file mode 100644
index 00000000..3e5691a0
--- /dev/null
+++ b/qt5-webkit/build/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi