]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
postinst: we do not use templates, remove debconf
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Jan 2018 10:04:55 +0000 (11:04 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 26 Jan 2018 08:37:22 +0000 (09:37 +0100)
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@proxmox.com>
debian/postinst

index e0eae69c47095a774535725b214dc12cb7f0b335..916d2bc2698adb2926b7849ed752dfdbf9d788f9 100755 (executable)
@@ -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