home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-support.postrm < prev    next >
Encoding:
Text File  |  2009-04-10  |  85 b   |  9 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. if [ "$1" = "purge" ]; then
  7.   rm -rf /var/lib/python-support
  8. fi
  9.