postrm 118 B

1234567891011
  1. #!/bin/sh
  2. set -e
  3. if [ "$1" = "remove" ]; then
  4. update-desktop-database &> /dev/null || :
  5. fi
  6. #DEBHELPER#
  7. exit 0