home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / python-gnome2.prerm < prev    next >
Encoding:
Text File  |  2010-04-13  |  254 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. rm -f /usr/lib/gnome-vfs-2.0/modules/libpythonmethod.so
  6.  
  7. # Automatically added by dh_pysupport
  8. if which update-python-modules >/dev/null 2>&1; then
  9.     update-python-modules -c  python-gnome2.public
  10. fi
  11. # End automatically added section
  12.  
  13.  
  14.