#!/bin/sh -e
#
# Executed using the post-base-installer hooks after the base system
# is installed, and before most packages are installed.

# Initialize etckeeper early
edu-etcvcs init

exit 0
