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