diff options
author | davidovski <david@davidovski.xyz> | 2022-06-04 15:09:32 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-04 15:09:32 +0100 |
commit | dd57027830c597590a3b5fd90b1084a8f3616c18 (patch) | |
tree | 418b3229a9a3fb93ff43ac11de7a899f42109934 /repo/pinentry/pinentry-curses-ss.post-install | |
parent | 873665024ebfaa761ee49b508a79db7178aeb778 (diff) |
added pinentry
Diffstat (limited to 'repo/pinentry/pinentry-curses-ss.post-install')
-rw-r--r-- | repo/pinentry/pinentry-curses-ss.post-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/repo/pinentry/pinentry-curses-ss.post-install b/repo/pinentry/pinentry-curses-ss.post-install new file mode 100644 index 0000000..4035469 --- /dev/null +++ b/repo/pinentry/pinentry-curses-ss.post-install @@ -0,0 +1,9 @@ +#!/bin/sh + +for i in gtk-2 gnome qt; do + [ -f /usr/bin/pinentry-$i ] && exit 0 +done + +ln -sf pinentry-curses-ss /usr/bin/pinentry + +exit 0 |