summaryrefslogtreecommitdiffstats
path: root/deps/qt5-webkit/doinst.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-04-20 11:13:38 +0200
committer Eric Hameleers <alien@slackware.com>2016-04-20 11:13:38 +0200
commit312a476890ae830b91ceda3773f9a858110e7586 (patch)
treebb81ce4a7fb30ee0d2635d5f35d2606812ca5099 /deps/qt5-webkit/doinst.sh
parent9678ae4f1e6973793b583aa600abd01097fb077b (diff)
downloadktown-312a476890ae830b91ceda3773f9a858110e7586.tar.gz
ktown-312a476890ae830b91ceda3773f9a858110e7586.tar.xz
Refresh the 'deps' for upcoming KDE 5_16.04.
New packages: - deps/ninja (needed for easier compilation of qt5-webkit) - deps/qt5-webkit (sources have been split off qt5)
Diffstat (limited to 'deps/qt5-webkit/doinst.sh')
-rw-r--r--deps/qt5-webkit/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/qt5-webkit/doinst.sh b/deps/qt5-webkit/doinst.sh
new file mode 100644
index 0000000..3e5691a
--- /dev/null
+++ b/deps/qt5-webkit/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