diff options
Diffstat (limited to 'hebrew/pine/files/pgpsign')
-rw-r--r-- | hebrew/pine/files/pgpsign | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hebrew/pine/files/pgpsign b/hebrew/pine/files/pgpsign deleted file mode 100644 index e938b0b6d63d..000000000000 --- a/hebrew/pine/files/pgpsign +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# ---------- pgpsign --------- -# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de> -# Wed 16 Sep 1998 23:48:51 WST Anthony Di Pietro <anthony@dino.omen.com.au> -# Modified to work with both PGP v2 and PGP v5. -if [ -x @@PREFIX@@/bin/pgps ] -then - pgps -a -t -else - pgp -fast -fi |