@ -0,0 +1,6 @@
#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF
@ -0,0 +1,10 @@
# update APT metadata / DEP-11 YAML
apt-get update
if [ -e /usr/bin/appstreamcli ]
then
/usr/bin/appstreamcli refresh --force --verbose
fi