1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/chinese/ghostscript6/pkg-install
Jing-Tang Keith Jang 6d581f0147 Upgrade to 6.50.
2001-01-31 08:03:07 +00:00

14 lines
316 B
Bash

#!/bin/sh
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.50/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