summaryrefslogtreecommitdiffstats
path: root/patches/source/qt/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/qt/doinst.sh')
-rw-r--r--patches/source/qt/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/source/qt/doinst.sh b/patches/source/qt/doinst.sh
new file mode 100644
index 000000000..b9a2c53ba
--- /dev/null
+++ b/patches/source/qt/doinst.sh
@@ -0,0 +1,10 @@
+
+if [ -x sbin/ldconfig ]; then
+ chroot . /sbin/ldconfig 2> /dev/null
+fi
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
+fi
+
+