summaryrefslogtreecommitdiffstats
path: root/source/n/gnupg2/doinst.sh
blob: a9920d0ca3af8677fb495b628d8d05c737b2bdf9 (plain) (blame)
1
2
3
4
# If there's no /usr/bin/gpg, claim it:
if [ ! -e usr/bin/gpg ]; then
  ln -sf gpg2 usr/bin/gpg
fi