summaryrefslogtreecommitdiff
path: root/repo/pinentry/pinentry.post-upgrade
blob: ac193c7d00e9b173ae4815c343647ff97ca355c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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