aboutsummaryrefslogtreecommitdiffstats
path: root/main/icu/icu-data-en.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/icu/icu-data-en.post-install')
-rw-r--r--main/icu/icu-data-en.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/icu/icu-data-en.post-install b/main/icu/icu-data-en.post-install
new file mode 100644
index 00000000000..118c4f56ee6
--- /dev/null
+++ b/main/icu/icu-data-en.post-install
@@ -0,0 +1,10 @@
+#!/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