Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > a250f7625d9ae9dd51b3cade84a95593 > files > 6

fonts-ttf-chinese-1.2.6-2mdk.src.rpm

#!/bin/sh

# gs-cjk uses the TTF font to print CJK files.
# Now we remove the fonts from ghostscript 6.51.
#
# 2001-07-27 dxiaoming@mandrakesoft.com
# 2002-12-23 pablo@mandrakesoft.com -- added MSungGBK-Light
# 2004-10-01 pablo@mandrakesoft.com -- added GBZenKai-Medium
# 2005-01-07 pablo@mandrakesoft.com -- removed GBSong-Medium

if [ -x /usr/share/ghostscript/Resource/alias-ag14.sh ]; then
    cd /usr/share/ghostscript/Resource
    ./alias-ag14.sh uninstall GBKai-Medium
    ./alias-ag14.sh uninstall GBZenKai-Medium
    # MSung-Light and MKai-Medium are the names used by qt/kde.
    ./alias-ag14.sh uninstall MKai-Medium
fi