postrm 78 B

123456
  1. #!/bin/sh
  2. set -e
  3. if which update-mime > /dev/null 2>&1; then
  4. update-mime
  5. fi