From 0c34d999b2168a461cb1e570783c1a114538b649 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 24 May 2010 00:19:35 +0000 Subject: x86_64-solaris 2010 pretest 1 binaries (as) git-svn-id: svn://tug.org/texlive/trunk@18442 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/x86_64-solaris/ps2frag | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 Master/bin/x86_64-solaris/ps2frag (limited to 'Master/bin/x86_64-solaris/ps2frag') diff --git a/Master/bin/x86_64-solaris/ps2frag b/Master/bin/x86_64-solaris/ps2frag new file mode 100755 index 00000000000..b8e673be087 --- /dev/null +++ b/Master/bin/x86_64-solaris/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