From 0caa6b97792b47b11e165b7ca2042c6e43730271 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 7 Apr 2013 03:58:02 +0200 Subject: [PATCH] bin/pdftotext-: Remove. Moved to vcs repository. --- bin/pdftotext- | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 bin/pdftotext- diff --git a/bin/pdftotext- b/bin/pdftotext- deleted file mode 100755 index e3f41a1..0000000 --- a/bin/pdftotext- +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2011-2012 Simon Ruderich -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - -exec pdftotext "$@" - -- 2.44.1