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.post-upgrade | |
parent | 873665024ebfaa761ee49b508a79db7178aeb778 (diff) |
added pinentry
Diffstat (limited to 'repo/pinentry/pinentry.post-upgrade')
-rw-r--r-- | repo/pinentry/pinentry.post-upgrade | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repo/pinentry/pinentry.post-upgrade b/repo/pinentry/pinentry.post-upgrade new file mode 100644 index 0000000..ac193c7 --- /dev/null +++ b/repo/pinentry/pinentry.post-upgrade @@ -0,0 +1,12 @@ +#!/bin/sh + +ver_old="$2" + +if [ "$(apk version -t "$ver_old" '1.1.1-r1')" = '<' ]; then + cat >&2 <<-EOF + * + * If you use pinentry-curses with Secret Service (for password caching), + * install package pinentry-curses-ss. + * + EOF +fi |