~ubuntu-branches/ubuntu/intrepid/debian-installer-utils/intrepid

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