summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install10
1 files changed, 0 insertions, 10 deletions
diff --git a/install b/install
index 95cb351edc4d..1f19b99feb2d 100644
--- a/install
+++ b/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
}