summaryrefslogtreecommitdiff
path: root/build-support/gnupg-old/install
blob: 5b2169f0e38480c81dd3fceba77d802d87e422fb (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	# See FS#42798 and FS#47371
	dirmngr </dev/null &>/dev/null || true
}

post_upgrade() {
	if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
		echo "==> Please kill running gpg-agent and dirmngr processes before using this release."
	fi
}