aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ghostscript6/pkg-install
blob: 387bbac800f1f40df88c3bb2ad0f6a583c2168e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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