for dh_lintian we need debhelper >= 6.0.4, so upgrade to 7 right away while
[pgp-tools.git] / gpgsigs / gpgsigs-eps-helper
1 #!/bin/sh
2
3 ID="$1"
4 NUM=1
5
6 while test -e $ID.$NUM.eps ; do
7 NUM=`expr $NUM + 1`
8 done
9
10 convert - $ID.$NUM.eps