Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045938
en ru br
ALT Linux repos
S:2.4.3-alt1
5.0: 2.0.11-alt2.M50.1
4.1: 2.0.14-alt1.M41.1
4.0: 2.0.9-alt2.M40.1
3.0: 1.9.17-alt2

Other repositories
Upstream:2.0.8

Group :: Text tools
RPM: gnupg2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

[ -n "${GNUPGHOME-}" ] || GNUPGHOME="$HOME/.gnupg"

if [ -d "$GNUPGHOME" ]; then
if [ -r "$GNUPGHOME/gpg.conf" ]; then
CFG="$GNUPGHOME/gpg.conf"
else
CFG="$GNUPGHOME/options"
fi

if grep -qs '^[[:space:]]*use-agent' "$CFG" &&
@LIBEXECDIR@/gnupg/gnupg-agent-wrapper; then
. "$GNUPGHOME/.gpg-agent-info"
GPG_TTY="$(tty)"; export GPG_TTY
fi

unset CFG
fi
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin