#!/bin/sh set -e # Source the debconf files . /usr/share/debconf/confmodule # Ask if the chrooted binary should be installed db_input high scponly/chroot || true db_go || true