summaryrefslogtreecommitdiffstats
path: root/source/l/qt/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt/doinst.sh')
-rw-r--r--source/l/qt/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/l/qt/doinst.sh b/source/l/qt/doinst.sh
index 6f7c5df07..b9a2c53ba 100644
--- a/source/l/qt/doinst.sh
+++ b/source/l/qt/doinst.sh
@@ -3,3 +3,8 @@ 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
+
+