diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-06 09:56:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-06 11:01:42 +0000 |
commit | 04c6a8fb845a7b0086921e6e90323b011be35628 (patch) | |
tree | 265a0e8548c3dca0090e8af49d54a316aa212b2a /main/pinentry/pinentry.post-install | |
parent | c2561cc27d2fb38ca2d5e52221ca7b613b99e0cd (diff) | |
download | aports-04c6a8fb845a7b0086921e6e90323b011be35628.tar.bz2 aports-04c6a8fb845a7b0086921e6e90323b011be35628.tar.xz |
main/pinentry: upgrade to 0.8.0
and build pinentry-gtk
Diffstat (limited to 'main/pinentry/pinentry.post-install')
-rw-r--r-- | main/pinentry/pinentry.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |