Adding hook to create locales files.
This commit is contained in:
parent
adedcf0423
commit
ca758f9cb4
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Create /etc/environment and /etc/default/locale
|
||||
touch /etc/environment
|
||||
touch /etc/default/locale
|
Loading…
Reference in New Issue