Adding hook to create locales files.

This commit is contained in:
Daniel Baumann 2015-02-23 22:41:52 +01:00
parent adedcf0423
commit ca758f9cb4
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
# Create /etc/environment and /etc/default/locale
touch /etc/environment
touch /etc/default/locale