#!/bin/sh
#
# Make sure we do not use 60pkgsel in newer base-config, to avoid
# calling tasksel.  Calling tasksel will make the installation system
# try to install d-i modules as normal debian packages, and this will fail.

set -e

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

. $pkglibdir/debian-edu-common

jump_to 165 debian-edu-inst
