#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_get debian-installer/locale || true
LOCALE="$RET"
export LOCALE

localization-config /target
