summaryrefslogtreecommitdiff
path: root/data/unzip/debian/postinst
blob: e232e2601935d2047a23632f2dce51153529cd5d (plain)
1
2
3
4
5
#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x "`which update-mime 2> /dev/null`" ]; then
  update-mime
fi