summaryrefslogblamecommitdiffstats
path: root/source/n/gnupg2/doinst.sh
blob: 5a078703b8e45b76bc927f05042e6675e34d6f35 (plain) (tree)
1
2
3
4
5
6
7
8



                                       



                                        
# If there's no /usr/bin/gpg, claim it:
if [ ! -e usr/bin/gpg ]; then
  ln -sf gpg2 usr/bin/gpg
fi
# If there's no /usr/bin/gpgv, claim it:
if [ ! -e usr/bin/gpgv ]; then
  ln -sf gpgv2 usr/bin/gpgv
fi