summaryrefslogtreecommitdiff
path: root/repo/pinentry/pinentry.post-upgrade
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-04 15:09:32 +0100
committerdavidovski <david@davidovski.xyz>2022-06-04 15:09:32 +0100
commitdd57027830c597590a3b5fd90b1084a8f3616c18 (patch)
tree418b3229a9a3fb93ff43ac11de7a899f42109934 /repo/pinentry/pinentry.post-upgrade
parent873665024ebfaa761ee49b508a79db7178aeb778 (diff)
added pinentry
Diffstat (limited to 'repo/pinentry/pinentry.post-upgrade')
-rw-r--r--repo/pinentry/pinentry.post-upgrade12
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