#!/bin/sh -e
export DEBIAN_FRONTEND=none
. /usr/share/debconf/confmodule
db_set "$1" "$2"
