#!/bin/sh -e
#
# Executed using the post-base-installer hooks after the base system
# is installed, and before most packages are installed.  APT is
# only using packages on the CD/DVD at this point.

exit 0
