From ca758f9cb4a2722f24a754c69bf42541626367d3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 23 Feb 2015 22:41:52 +0100 Subject: Adding hook to create locales files. --- share/hooks/0040-create-locales-files.hook.chroot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 share/hooks/0040-create-locales-files.hook.chroot (limited to 'share/hooks') 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 -- cgit v1.2.3