Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main > by-pkgid > f9825682be7dc1358764d724d029cfeb > scriptlet

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

POSTIN

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

POSTUN

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