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-imaging.preinst < prev    next >
Encoding:
Text File  |  2010-07-26  |  338 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. # Automatically added by dh_python2:
  5. # make sure python-central files are removed before new package is installed
  6. if [ "$1" = upgrade ] && [ -f /var/lib/pycentral/python-imaging.pkgremove ]
  7. then
  8.     pycentral pkgremove python-imaging
  9.     rm -f /var/lib/pycentral/python-imaging.pkgremove
  10. fi
  11.  
  12. # End automatically added section
  13.