summaryrefslogtreecommitdiffstats
path: root/treecompose-post.sh
blob: 73b657311877e59f529f408f052b614eec7de973 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -e

# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
KEEPLANG=en_US
find /usr/share/locale -mindepth  1 -maxdepth 1 -type d -not -name "${KEEPLANG}" -exec rm -rf {} +
localedef --list-archive | grep -a -v ^"${KEEPLANG}" | xargs localedef --delete-from-archive
mv -f /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.tmpl
build-locale-archive