Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > f4b40dbc0547ebeb120ba42560aa529f > scriptlet

locales-2.3.4-1mdk.i586.rpm

PREIN

/bin/sh
# avoid symlink problems when updating
rm /usr/share/locale/*@euro > /dev/null 2> /dev/null || :

POSTIN

/bin/sh
if [ "$1" = "1" ]; then
	/usr/bin/locale_install.sh "UTF-8"
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	/usr/bin/locale_uninstall.sh "UTF-8"
fi