diff options
Diffstat (limited to 'autoscripts/postinst-mime')
-rw-r--r-- | autoscripts/postinst-mime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-mime b/autoscripts/postinst-mime index bef63cc9..e993233b 100644 --- a/autoscripts/postinst-mime +++ b/autoscripts/postinst-mime @@ -1 +1 @@ -if [ "$1" = "configure" ] && [ -x /usr/sbin/update-mime ]; then update-mime; fi +if [ -x /usr/sbin/update-mime ]; then update-mime; fi |