#! /bin/sh
# Should come after CD eject.
set -e
. /usr/share/debconf/confmodule

db_capb backup
db_input critical prebaseconfig/reboot_in_progress || [ $? -eq 30 ]
if ! db_go ; then
    # abort
    db_progress STOP
    exit 10
fi
