#!/bin/sh
#
# Turn off automatic mode after setting timezone (15tzconfig)

set -e

pkglibdir=/usr/lib/debian-edu-install

. $pkglibdir/debian-edu-common

init_debconf

#set -x

load_config

debconf-set-frontend Dialog

exit 0
