diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/config.charset | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config.charset b/lib/config.charset index cd1999a14..46b02c747 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -82,6 +82,8 @@ os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` echo "# This file contains a table of character encoding aliases," echo "# suitable for operating system '${os}'." echo "# It was automatically generated from config.charset." +# List of references, updated during installation: +echo "# Packages using this file: " case "$os" in linux* | *-gnu*) # With glibc we don't need any canonicalization, because glibc |