#! /bin/sh
. /usr/share/debconf/confmodule
db_get oem-config/enable
if [ "$RET" = true ]; then
	db_info oem-config/info
fi
