installer: Rewrite language selection.

This commit is contained in:
Michael Tremer
2014-08-12 15:09:47 +02:00
parent 39a36d7d73
commit 37f3421a58
8 changed files with 318 additions and 20 deletions

View File

@@ -56,6 +56,9 @@ install() {
inst "${file}"
done
done
for file in /usr/share/locale/*/LC_MESSAGES/installer.mo; do
inst "${file}"
done
# Bash start files
inst_multiple /etc/profile /root/.bash_profile /etc/bashrc /root/.bashrc