case "$MODE" in
    configure)
        # education-thin-client should contain all dependencies needed
            EARLY_PACKAGES="$EARLY_PACKAGES etckeeper"
            ;;
    finalization)
            if [ -x /usr/bin/etckeeper ] ; then
                etckeeper commit "End of ltsp-build-client process" || true
            fi
            ;;
esac
