#!/bin/sh -e

action=$1
version=$2

# Source debconf library.
. /usr/share/debconf/confmodule
#db_version 2.0

db_input medium xtelld/from_inetd || true
db_go

#exit 0
