Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > bbe4305c2f6760cfa07ad2edfd7117d8 > scriptlet

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

POSTIN

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

POSTUN

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