summaryrefslogtreecommitdiffstats
path: root/source/n/gnupg2/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/gnupg2/doinst.sh')
-rw-r--r--source/n/gnupg2/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/n/gnupg2/doinst.sh b/source/n/gnupg2/doinst.sh
new file mode 100644
index 000000000..a9920d0ca
--- /dev/null
+++ b/source/n/gnupg2/doinst.sh
@@ -0,0 +1,4 @@
+# If there's no /usr/bin/gpg, claim it:
+if [ ! -e usr/bin/gpg ]; then
+ ln -sf gpg2 usr/bin/gpg
+fi