bugfix for IE
[old-projects.git] / depview / debian / config
CommitLineData
a91b29e4
JL
1#!/bin/sh -e
2
3#source debconf library
4. /usr/share/debconf/confmodule
5
6cfg_input() { db_input $1 depview/$2 || true; }
7
8cfg_input high db_host
9cfg_input high db_db
10cfg_input high db_user
11cfg_input high db_passwd
12db_go || true