mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-12 12:14:35 +02:00
10 lines
145 B
Bash
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
|