Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > dd4ff7230249a61215da490831d68e9d > scriptlet

locales-2.3-3mdk.noarch.rpm

PREIN

/bin/sh
if [ -r /usr/share/locale/zh_CN/LC_MESSAGES/SYS_LC_MESSAGES ]; then
   rm /usr/share/locale/zh_CN/LC_MESSAGES/SYS_LC_MESSAGES >& /dev/null
   rmdir /usr/share/locale/zh_CN/LC_MESSAGES >& /dev/null
fi
if [ -r /usr/share/locale/zh_CN.gb2312/LC_MESSAGES/SYS_LC_MESSAGES ]; then
   rm /usr/share/locale/zh_CN.gb2312/LC_MESSAGES/SYS_LC_MESSAGES >& /dev/null
   rmdir /usr/share/locale/zh_CN.gb2312/LC_MESSAGES >& /dev/null
fi
if [ -r /usr/share/locale/zh_TW/LC_MESSAGES/SYS_LC_MESSAGES ]; then
   rm /usr/share/locale/zh_TW/LC_MESSAGES/SYS_LC_MESSAGES >& /dev/null
   rmdir /usr/share/locale/zh_TW/LC_MESSAGES >& /dev/null
fi
if [ -r /usr/share/locale/zh_TW.big5/LC_MESSAGES/SYS_LC_MESSAGES ]; then
   rm /usr/share/locale/zh_TW.big5/LC_MESSAGES/SYS_LC_MESSAGES >& /dev/null
   rmdir /usr/share/locale/zh_TW.big5/LC_MESSAGES >& /dev/null
fi
# avoid symlink problems when updating
rm /usr/share/locale/*@euro > /dev/null 2> /dev/null || :