gpg-key2ps, keylookup: make them less dependent on specific
[pgp-tools.git] / gpg-key2ps / gpg-key2ps
index 9498e6b04bac513d23f262e80353efb99b0be9cb..05c2bf5d0b660c014c4e1cd2f603e17ea2571c08 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # gpg-key2ps: convert a PGP/GnuPG key into paper slips.
 # Copyright (C) 2001-2005  Simon Richter
-# Copyright (C) 2005  Thijs Kinkhorst
+# Copyright (C) 2005-2006  Thijs Kinkhorst
 # Copyright (C) 2005  Christoph Berg <cb@df7cb.de>
 # Licenced under the GNU General Public License,
 # version 2 or later.
@@ -78,7 +78,7 @@ usage(\*STDERR, 1) unless scalar @ARGV >= 1;
 
 # determine the paper size through the paperconf tool
 my $w; my $h;
-if ( -x "/usr/bin/paperconf" ) {
+if ( `which paperconf` && $? == 0 ) {
        $w=`paperconf -w`;
        $h=`paperconf -h`;
        chomp($w);
@@ -237,8 +237,6 @@ unless ($started) {
        exit 1;
 }
 
-print STDERR "numlines $numlines\n";
-
 # output the remaining postscript
 print <<EOF;
 } def