Correction : local/dovecot-del-group : restreint la suppression de $domain_group
[lhc/ateliers.git] / local / locales-configure
1 #!/bin/sh -eu
2 tool=$(readlink -e "${0%/*}/..")
3 . "$tool"/local/lib.sh
4
5 sudo debconf-set-selections <<-EOF
6 locales locales/default_environment_locale select fr_FR.UTF-8
7 locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8, fr_FR.UTF-8 UTF-8
8 EOF
9 "$tool"/local/dpkg-reconfigure locales