core/gnupg/gnupg.install
2016-12-21 21:31:07 +01:00

11 lines
247 B
Plaintext

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
}