From ec019d66e64a272e80afd585c2f64700dfd034d0 Mon Sep 17 00:00:00 2001 From: Eddy Petrisor Date: Mon, 25 Jun 2007 21:24:04 +0300 Subject: allow questions not to be shown if the priority indicates that --- debian/pbuilder.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/pbuilder.postinst b/debian/pbuilder.postinst index fa16624..9e83c80 100755 --- a/debian/pbuilder.postinst +++ b/debian/pbuilder.postinst @@ -32,7 +32,7 @@ case "$1" in then MIRRORSITE=$(grep -E '^deb ' /etc/apt/sources.list | head -n 1 | awk '{print $2;}') db_set pbuilder/mirrorsite "$MIRRORSITE" - db_input medium pbuilder/mirrorsite + db_input medium pbuilder/mirrorsite || true db_go fi -- cgit v1.2.3