diff options
Diffstat (limited to 'abs/core/gnupg/install')
-rw-r--r-- | abs/core/gnupg/install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/gnupg/install b/abs/core/gnupg/install index 95cb351..1f19b99 100644 --- a/abs/core/gnupg/install +++ b/abs/core/gnupg/install @@ -26,16 +26,6 @@ post_install() { _global_units enable } -post_upgrade() { - if (( $(vercmp $2 2.1.13-1) < 0 )); then - echo "==> Please kill running gpg-agent and dirmngr processes before using this release." - fi - - if (( $(vercmp $2 2.1.21-3) < 0 )); then - _global_units enable - fi -} - pre_remove() { _global_units disable } |