mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 11:04:37 +08:00
11 lines
247 B
Plaintext
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
|
|
}
|