Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main > by-pkgid > 742ee4a5c5894787a8185328420c794c > scriptlet

eglibc-locale-Tibetan-2.14-2ark.x86_64.rpm

POSTIN

/bin/sh
/usr/bin/localedef -i bo_CN -f UTF-8 bo_CN -A /usr/share/locale/locale.alias 2>/dev/null
/usr/bin/localedef -i bo_IN -f UTF8 bo_IN -A /usr/share/locale/locale.alias 2>/dev/null

POSTUN

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