core/gnupg/gnupg.install

11 lines
247 B
Plaintext
Raw Normal View History

2010-03-14 23:48:48 +08:00
post_install() {
# See FS#42798 and FS#47371
dirmngr </dev/null &>/dev/null || true
2010-03-14 23:48:48 +08:00
}
2015-02-08 03:41:38 +08:00
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
2015-02-08 03:41:38 +08:00
}