Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 0225d9cdcc96c11d5e28ecc3aa808593 > scriptlet

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

POSTIN

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

POSTUN

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