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