summaryrefslogtreecommitdiff
path: root/office/kmymoney/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'office/kmymoney/doinst.sh')
-rw-r--r--office/kmymoney/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/office/kmymoney/doinst.sh b/office/kmymoney/doinst.sh
index 76cc38a548..c51e1d839b 100644
--- a/office/kmymoney/doinst.sh
+++ b/office/kmymoney/doinst.sh
@@ -7,3 +7,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi