diff options
Diffstat (limited to 'autoscripts/postinst-mime')
-rw-r--r-- | autoscripts/postinst-mime | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-mime b/autoscripts/postinst-mime deleted file mode 100644 index 3749fc9d..00000000 --- a/autoscripts/postinst-mime +++ /dev/null @@ -1,3 +0,0 @@ -if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then - update-mime -fi |