home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / mime-support.prerm < prev    next >
Encoding:
Text File  |  2008-06-19  |  269 b   |  13 lines

  1. #! /bin/sh
  2. #
  3. # prerm file for mime-support
  4.  
  5. if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/mime-support ]; then
  6.     rm -f /usr/doc/mime-support
  7. fi
  8.  
  9. if [ "$1" = "remove" ]; then
  10.     update-alternatives --remove view /usr/bin/see
  11.     rm -f /etc/mailcap
  12. fi
  13.