diff options
Diffstat (limited to 'data/unzip/debian/postrm')
-rw-r--r-- | data/unzip/debian/postrm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/unzip/debian/postrm b/data/unzip/debian/postrm new file mode 100644 index 000000000..86165e3b4 --- /dev/null +++ b/data/unzip/debian/postrm @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +if which update-mime > /dev/null 2>&1; then + update-mime +fi |