home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ubiquity.postinst < prev    next >
Encoding:
Text File  |  2007-04-12  |  208 b   |  14 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. . /usr/share/debconf/confmodule
  5.  
  6. # Automatically added by dh_pycentral
  7. if which pycentral >/dev/null 2>&1; then
  8.     pycentral pkginstall ubiquity
  9. fi
  10. # End automatically added section
  11.  
  12.  
  13. exit 0
  14.