#! /bin/sh -e

. /usr/share/debconf/confmodule

db_get rescue/enable
if [ "$RET" = true ]; then
	anna-install rescue-mode
	# Disable installation of many Priority >= standard udebs.
	db_set anna/standard_modules false || true
fi
