Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > d6b0642ca961d90b697787e782ae7405 > scriptlet

eglibc-locale-Breton-2.14-2ark.i586.rpm

POSTIN

/bin/sh
/usr/bin/localedef -i br_FR -f UTF-8 br_FR.UTF-8 -A /usr/share/locale/locale.alias 2>/dev/null
/usr/bin/localedef -i br_FR -f ISO-8859-1 br_FR -A /usr/share/locale/locale.alias 2>/dev/null
/usr/bin/localedef -i br_FR@euro -f ISO-8859-15 br_FR@euro -A /usr/share/locale/locale.alias 2>/dev/null

POSTUN

/bin/sh
if [ "br_FR.UTF-8/UTF-8" = "0" ]; then
	# There is no way to remove locale data from the locale-archive cache
	# without rebuilding the entire thing...
	/usr/sbin/rebuild-locale-archive
fi