Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 0abb089703b0e003747f3f527a4901e5 > scriptlet

miniChinput-0.1.9-2mdk.i586.rpm

POSTIN

/bin/sh
# gbrxvt will use the chinput as the input server for GB2312 users.
if [ -r /usr/X11R6/bin/rxvt ]; then
    if [ -f /usr/X11R6/bin/rxvt ]; then
            perl -pi -e "s/xcin-zh_CN.GB2312/Chinput/g" /usr/X11R6/bin/rxvt
    fi
fi