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