remove redundant patch which is contained in new apsfilter version

This commit is contained in:
Andreas Klemm 2005-02-13 20:17:45 +00:00
parent 30f4f26886
commit fef4c66c86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128724

View file

@ -1,13 +0,0 @@
--- bin/apsfilter.in.orig Sun May 11 09:32:08 2003
+++ bin/apsfilter.in Sun May 11 09:32:48 2003
@@ -1040,7 +1040,9 @@
${ACROREAD_OPTS:--level2 -fast}"
cat > "$APS_TMPDIR/pdf"
- if find_filter acroread4; then
+ if find_filter acroread5; then
+ eval acroread5 $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
+ elif find_filter acroread4; then
eval acroread4 $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
elif find_filter acroread; then
eval acroread $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout