summaryrefslogtreecommitdiffstats
path: root/system-build/share/hooks/normal/0040-create-locales-files.hook.chroot
blob: 8a5a8677ce78affa86e115d6e36d6badf93e0914 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

# Create /etc/environment and /etc/default/locale
touch /etc/environment
touch /etc/default/locale