home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / python-minimal.postrm < prev    next >
Encoding:
Text File  |  2006-07-05  |  66 b   |  9 lines

  1. #! /bin/sh -e
  2.  
  3. case "$1" in
  4.     purge)
  5.     rm -rf /etc/python
  6. esac
  7.  
  8.  
  9.