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