#! /bin/sh
set -e

if [ -x /usr/sbin/chmanconfig ]; then
	chmanconfig --add --lang=es
fi

cat<<EOT
To enable these manpages set LC_MESSAGES to 'es' (or es_ZZ where ZZ is your
contry code).  Man will then search for Spanish manpages under
/usr/man/es.
EOT
