home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-pycentral < prev    next >
Encoding:
Text File  |  2008-05-28  |  203 b   |  7 lines

  1. if which pycentral >/dev/null 2>&1; then
  2.     pycentral pkginstall #PACKAGE#
  3.     if grep -qs '^#PACKAGE#$' /var/lib/pycentral/delayed-pkgs; then
  4.         sed -i '/^#PACKAGE#$/d' /var/lib/pycentral/delayed-pkgs
  5.     fi
  6. fi
  7.