aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ghostscript6/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/ghostscript6/pkg-install')
-rw-r--r--chinese/ghostscript6/pkg-install13
1 files changed, 0 insertions, 13 deletions
diff --git a/chinese/ghostscript6/pkg-install b/chinese/ghostscript6/pkg-install
deleted file mode 100644
index c8dd56721874..000000000000
--- a/chinese/ghostscript6/pkg-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/7.05/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