File: 0040-create-locales-files.hook.chroot

package info (click to toggle)
open-infrastructure-system-build 20161101-lts2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,028 kB
  • ctags: 82
  • sloc: sh: 8,825; makefile: 128
file content (7 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (6)
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