#! /bin/sh
set -e

. /usr/share/debconf/confmodule

# Installing Recommends was disabled for the install, but should be
# enabled by default for the installed system
db_fget base-installer/install-recommends seen
if [ "$RET" != true ]; then
	rm -f /target/etc/apt/apt.conf.d/00InstallRecommends
fi
