aboutsummaryrefslogtreecommitdiff
path: root/fai/config/scripts/GERMAN/10-update-debian-edu-config
blob: eb70497a17a721e037cce06f3ad99447cb4ff6fe (plain)
1
2
3
4
5
6
#!/bin/bash

if [ -f $target/etc/debian-edu/config ]; then
	sed -i $target/etc/debian-edu/config -e "s/^LANGCODE=.*$/LANGCODE=\"de\"/"
	sed -i $target/etc/debian-edu/config -e "s/^LOCALE=.*$/LOCALE=\"de_DE.UTF-8\"/"
fi