Sebastien Bacher a1743f9558 Import patches-unapplied version 2.319 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: d286b4fed10a132f337d78ff064e6455256c3567

New changelog entries:
  * copy set locale hook from core to desktop-next
  
  [ Sergio Schvezov ]
  * removing debian packaging artifacts from the image
2015-06-26 08:48:18 +00:00

8 lines
68 B
Bash

#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF