Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 514e9573b1b44dd2e30eea9843a1ef0e > scriptlet

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

POSTIN

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

POSTUN

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