This will break new chroot installations which expect this version, but
squeeze will be EOL soon anyway.
apt-get update
[ -x /usr/bin/eatmydata ] && eatmydata="eatmydata"
- case $distribution in
- squeeze) \$eatmydata apt-get -y -o DPkg::Options::=--force-confnew install debhelper/${distribution}-backports ;;
- esac
+ #case $distribution in
+ # squeeze) \$eatmydata apt-get -y -o DPkg::Options::=--force-confnew install debhelper/${distribution}-backports ;;
+ #esac
\$eatmydata apt-get -y -o DPkg::Options::=--force-confnew install pgdg-buildenv
eatmydata apt-get -y -o DPkg::Options::=--force-confnew dist-upgrade
apt-get clean