From 04c6a8fb845a7b0086921e6e90323b011be35628 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 6 May 2010 09:56:55 +0000 Subject: main/pinentry: upgrade to 0.8.0 and build pinentry-gtk --- main/pinentry/pinentry.post-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main/pinentry/pinentry.post-install (limited to 'main/pinentry/pinentry.post-install') diff --git a/main/pinentry/pinentry.post-install b/main/pinentry/pinentry.post-install new file mode 100644 index 0000000000..0dfd31e955 --- /dev/null +++ b/main/pinentry/pinentry.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +if ! [ -f /usr/bin/pinentry-gtk-2 ]; then + ln -sf pinentry-curses /usr/bin/pinentry +fi + -- cgit v1.2.1