#!/bin/sh

tty -s && {
  echo >&2
  echo "Warning: the ps2frag script is not needed with this version of psfrag." >&2
  echo "Please read the manpage ps2frag(1) and the documentation of the" >&2
  echo "psfrag package." >&2
  echo >&2
}

exit 0
