aports/main/icu/icu-data-en.post-install

10 lines
145 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* If you need ICU with non-English locales and legacy charset support, install
* package icu-data-full.
*
EOF
exit 0