#! /bin/sh
set -e

. /usr/share/debconf/confmodule

db_capb backup
db_input high di-utils-shell/do-shell || [ $? -eq 30 ]
db_go || exit 10

start-shell di-utils-shell/do-shell /bin/sh || true
