#!/bin/sh
. /usr/share/debconf/confmodule
db_get preseed/file || exit 1
if [ -n "$RET" ]; then
	exit 0
fi
exit 1
