home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / python-support.prerm < prev    next >
Encoding:
Text File  |  2006-08-15  |  224 b   |  10 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. # Don't fail if this command fails, it's not important enough.
  7. # In this case, make the cleanup by hand.
  8. update-python-modules -c -b python-support.dirs || \
  9.     rm -f /usr/lib/python-support/private/*.pyc
  10.