#! /bin/sh
. /usr/share/debconf/confmodule
if db_get auto-install/enable && [ "$RET" = true ]; then
	anna-install auto-install
fi
