diff options
-rwxr-xr-x | share/hooks/0040-create-locales-files.hook.chroot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/hooks/0040-create-locales-files.hook.chroot b/share/hooks/0040-create-locales-files.hook.chroot new file mode 100755 index 000000000..8a5a8677c --- /dev/null +++ b/share/hooks/0040-create-locales-files.hook.chroot @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +# Create /etc/environment and /etc/default/locale +touch /etc/environment +touch /etc/default/locale |