aboutsummaryrefslogtreecommitdiff
path: root/print/latex-cjk/scripts/pre-build
diff options
context:
space:
mode:
Diffstat (limited to 'print/latex-cjk/scripts/pre-build')
-rw-r--r--print/latex-cjk/scripts/pre-build15
1 files changed, 0 insertions, 15 deletions
diff --git a/print/latex-cjk/scripts/pre-build b/print/latex-cjk/scripts/pre-build
deleted file mode 100644
index 65fe313c8035..000000000000
--- a/print/latex-cjk/scripts/pre-build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-PATH=/bin:/usr/bin; export PATH
-#
-# Check to see if we have teTeX-0.9 installed, just grep ttf2pk
-# in mktexpk. Not a preferred method, but it seems there is no
-# other way solving this.
-#
-if [ -z "`head -1 ${PREFIX}/share/texmf/doc/tetex/README |grep 1\.0`" ]
-then
- echo "-------------------------------------------"
- echo " You do not have teTeX-1.0 installed!"
- echo " CJK 4.3.0 needs that to function properly."
- echo "-------------------------------------------"
- exit 1
-fi