Explicitly update locale and AppStream information

merge-requests/1/head
Matthias Klumpp 6 years ago
parent fc3f14a6fe
commit a5c422b22b

@ -0,0 +1,6 @@
#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF

@ -0,0 +1,10 @@
#!/bin/sh
set -e
# update APT metadata / DEP-11 YAML
apt-get update
if [ -e /usr/bin/appstreamcli ]
then
/usr/bin/appstreamcli refresh --force --verbose
fi
Loading…
Cancel
Save