From 5a3eab2360bdd1e8dd22cc6f606ea35edbd3b477 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 10 May 2008 14:14:16 +0000 Subject: add new i386-solaris binaries from Apostolos Syropoulos git-svn-id: svn://tug.org/texlive/trunk@8021 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-solaris/ps2frag | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 Master/bin/i386-solaris/ps2frag (limited to 'Master/bin/i386-solaris/ps2frag') diff --git a/Master/bin/i386-solaris/ps2frag b/Master/bin/i386-solaris/ps2frag new file mode 100755 index 00000000000..b8e673be087 --- /dev/null +++ b/Master/bin/i386-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