From 16d4328eddf7525d22a0e8b113432a9ed343935b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Mar 2010 00:54:42 +0000 Subject: binaries for i386-kfreebsd, from Alan Braslau git-svn-id: svn://tug.org/texlive/trunk@17370 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-kfreebsd/ps2frag | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 Master/bin/i386-kfreebsd/ps2frag (limited to 'Master/bin/i386-kfreebsd/ps2frag') diff --git a/Master/bin/i386-kfreebsd/ps2frag b/Master/bin/i386-kfreebsd/ps2frag new file mode 100755 index 00000000000..b8e673be087 --- /dev/null +++ b/Master/bin/i386-kfreebsd/ps2frag @@ -0,0 +1,11 @@ +#!/bin/sh + +tty -s && { + echo + echo "Warning: the ps2frag script is not needed with this version of psfrag." + echo "Please read the manpage ps2frag(1) and the documentation of the" + echo "psfrag package." + echo +} >&2 + +exit 0 -- cgit v1.2.3