summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-mime
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-mime')
-rw-r--r--autoscripts/postinst-mime2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-mime b/autoscripts/postinst-mime
index e993233b..a28e5bd7 100644
--- a/autoscripts/postinst-mime
+++ b/autoscripts/postinst-mime
@@ -1 +1 @@
-if [ -x /usr/sbin/update-mime ]; then update-mime; fi
+if [ "$1" = "configure" -a -x /usr/sbin/update-mime ]; then update-mime; fi