freebsd-ports/chinese/ghostscript6/pkg-install
Ying-Chieh Liao 63245f131d o update cjkvttcidmap from 0.8 to 0.94
add Bridge Version by using mapping tables of ftp.unicode.org
    add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) of
        partners.adobe.com
    add Bridge Version by using CMaps for PDF core fonts(ToUnicode CMap) and
        mapping tables of ftp.unicode.org
o update pkg-install
    from 6.50 to 6.52

PR:		32813
Submitted by:	Statue <statue@softwareliberty.org>
2001-12-14 07:17:52 +00:00

13 lines
316 B
Bash

#!/bin/sh
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib
if [ "$2" = "POST-INSTALL" ]; then
exit 0
fi
if [ -r ${GS6LIBDIR}/gs_res.ps ]; then
cp -f ${GS6LIBDIR}/gs_res.ps ${GS6LIBDIR}/gs_res.ps.orig
fi
if [ -r ${GS6LIBDIR}/gs_ttf.ps ]; then
cp -f ${GS6LIBDIR}/gs_ttf.ps ${GS6LIBDIR}/gs_ttf.ps.orig
fi