#!/bin/sh -e #source debconf library . /usr/share/debconf/confmodule cfg_input() { db_input $1 depview/$2 || true; } cfg_input high db_host cfg_input high db_db cfg_input high db_user cfg_input high db_passwd db_go || true