#!/bin/sh
set -e

. /usr/share/debconf/confmodule
. /lib/preseed/preseed.sh

if [ -e /preseed.cfg ]; then
	preseed_location file:///preseed.cfg
fi
