diff options
author | Eddy Petrisor <eddy@bounty.eddyp.homelinux.net> | 2007-06-25 21:24:04 +0300 |
---|---|---|
committer | Eddy Petrisor <eddy@bounty.eddyp.homelinux.net> | 2007-06-28 02:19:58 +0300 |
commit | ec019d66e64a272e80afd585c2f64700dfd034d0 (patch) | |
tree | 0a93378eba1deb6e0f9edbec1ad3383c11569b9e /debian/pbuilder.postinst | |
parent | bb7b7d6e681fe9ef55f4d22185ab0c081b249387 (diff) | |
download | pbuilder-ec019d66e64a272e80afd585c2f64700dfd034d0.tar pbuilder-ec019d66e64a272e80afd585c2f64700dfd034d0.tar.gz |
allow questions not to be shown if the priority indicates that
Diffstat (limited to 'debian/pbuilder.postinst')
-rwxr-xr-x | debian/pbuilder.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |