#!/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
# 2004-10-01 pablo@mandrakesoft.com -- added ZenKai-Medium
# 2005-01-07 pablo@mandrakesoft.com -- removed B5Song-Medium

if [ -x /usr/share/ghostscript/Resource/alias-ac13.sh ]; then
    cd /usr/share/ghostscript/Resource
    ./alias-ac13.sh uninstall B5Kai-Medium
    ./alias-ac13.sh uninstall ZenKai-Medium
fi
