home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / debhelper / autoscripts / preinst-pycentral-clean < prev    next >
Encoding:
Text File  |  2012-05-04  |  233 b   |  7 lines

  1. # make sure python-central files are removed before new package is installed
  2. if [ "$1" = upgrade ] && [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ]
  3. then
  4.     pycentral pkgremove #PACKAGE#
  5.     rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
  6. fi
  7.