summaryrefslogtreecommitdiff
path: root/Master/bin/mipsel-linux/ps2frag
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2012-05-16 20:16:55 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2012-05-16 20:16:55 +0000
commit6af9cf70059e0d90dd4a087c24428a66315bd0ab (patch)
tree16b995cdf6980a393283f775f0cfd999f480d5ec /Master/bin/mipsel-linux/ps2frag
parent2728d03d5dc0fc359decc6a11ad69ddf286fe932 (diff)
mipsel-linux binaries for TL2012, built from r26376
git-svn-id: svn://tug.org/texlive/trunk@26449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/mipsel-linux/ps2frag')
-rwxr-xr-xMaster/bin/mipsel-linux/ps2frag11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/bin/mipsel-linux/ps2frag b/Master/bin/mipsel-linux/ps2frag
new file mode 100755
index 00000000000..b8e673be087
--- /dev/null
+++ b/Master/bin/mipsel-linux/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