[pve-devel] [PATCH ha-manager 2/3] postinst: we do not use templates, remove debconf

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jan 24 11:04:55 CET 2018


This was copied by accident when adding the transitional code for
removing the left over of the systemd managed watchdog mux in
commit f8a3fc80af299e613c21c9b67e29aee8cc807018

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 debian/postinst | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index e0eae69..916d2bc 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -8,14 +8,6 @@ set -e
 # done its automatic conffile handling, and all the packages we depend
 # of are already fully installed and configured.
 
-# The following idempotent stuff doesn't generally need protecting
-# against being run in the abort-* cases.
-
-# Use debconf. (installs templates)
-. /usr/share/debconf/confmodule
-# all done with debconf here.
-db_stop
-
 case "$1" in
   triggered)
     # We don't print a status message here, as dpkg already said
-- 
2.14.2





More information about the pve-devel mailing list