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 / bin / debconf-get < prev    next >
Encoding:
Text File  |  2007-02-15  |  107 b   |  6 lines

  1. #!/bin/sh -e
  2. export DEBIAN_FRONTEND=noninteractive
  3. . /usr/share/debconf/confmodule
  4. db_get "$1"
  5. echo "$RET"
  6.