Correction : {host,local,remote}/ : duplicity + MySQL.
[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 None
7 locales locales/locales_to_be_generated multiselect fr_FR.UTF-8 UTF-8
8 EOF
9 "$tool"/local/dpkg-reconfigure locales