summaryrefslogtreecommitdiff
path: root/development/meld/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/meld/doinst.sh')
-rw-r--r--development/meld/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/meld/doinst.sh b/development/meld/doinst.sh
index 3e5691a052..031ae07d05 100644
--- a/development/meld/doinst.sh
+++ b/development/meld/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