summaryrefslogtreecommitdiffstats
path: root/source/kde/doinst.sh/kdebase
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/doinst.sh/kdebase')
-rw-r--r--source/kde/doinst.sh/kdebase4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/kde/doinst.sh/kdebase b/source/kde/doinst.sh/kdebase
new file mode 100644
index 000000000..85ff4d866
--- /dev/null
+++ b/source/kde/doinst.sh/kdebase
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
+fi