home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gtk2.postinst < prev    next >
Encoding:
Text File  |  2009-04-07  |  303 b   |  13 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. # Cleanup for bytecompiled files in the former package version
  5. rm -f /usr/lib/python2.[34]/site-packages/pygtk.py[co]
  6.  
  7. # Automatically added by dh_pysupport
  8. if which update-python-modules >/dev/null 2>&1; then
  9.     update-python-modules  python-gtk2
  10. fi
  11. # End automatically added section
  12.  
  13.