Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 1fecc9c9fabb061e43526cdee12c5e6a > scriptlet

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

POSTIN

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

POSTUN

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