diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-02 02:46:44 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-02 02:46:44 +0000 |
commit | bc68cc5539ad4cc5f611438ffbb360e5642456b7 (patch) | |
tree | f0c7e04579f9ed6b4dad920c7ab07e6f7b6b58f3 /libc/debian/locales.postinst | |
parent | c5b08cabce84f89e9a58b5da858f8584e2553a3e (diff) | |
download | illumos-packaging-bc68cc5539ad4cc5f611438ffbb360e5642456b7.tar.gz |
Cut out LC data from UTF-8 sources into single compressed file LC_DATA.gz; concatenate when generating locales. Much space saving.
Diffstat (limited to 'libc/debian/locales.postinst')
-rwxr-xr-x | libc/debian/locales.postinst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/debian/locales.postinst b/libc/debian/locales.postinst index 333b552..7871e53 100755 --- a/libc/debian/locales.postinst +++ b/libc/debian/locales.postinst @@ -51,12 +51,10 @@ EOF fi done - set -x # Uncomment selected locales echo "$SELECTED_LOCALES" | while read locale ; do sed -i -e "0,/^[# ]*$locale *$/ s/^[# ]*$locale *$/$locale/" $LG done - set +x fi # Update requested locales if locales-all is not installed |