summaryrefslogtreecommitdiff
path: root/data/unzip/debian/postrm
blob: 86165e3b4ef430745f5728205b527f9224e3b33b (plain)
1
2
3
4
5
#!/bin/sh
set -e
if which update-mime > /dev/null 2>&1; then
  update-mime
fi