Sophie

Sophie

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

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

POSTIN

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

POSTUN

/bin/sh
if [ "fo_FO.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