]> git.proxmox.com Git - lxc.git/commitdiff
debian hooks: add #DEBHELPER# stanza to preinst and postrm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 09:22:12 +0000 (11:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 10:17:07 +0000 (12:17 +0200)
No difference for preinst (besides lintian being happy without an
extra override) and for postrm we get quite a bit of code handling
cleanup of service and apparmor stuff on package purge, plus some
sytemd daemon reload on remove.

Looks clean enough to not cause any trouble and neither Fabian G. nor
Wolfgang B. see (or remember) any reason against doing this.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/lxc-pve.postrm
debian/lxc-pve.preinst

index de43c0be04cb5adce88401d4efb9d9c499427a6e..7376574d1d11e0affdf5c39aa1bb4b441307c614 100644 (file)
@@ -20,4 +20,6 @@ case "$1" in
     ;;
 esac
 
+#DEBHELPER#
+
 exit 0
index a2c7c50b72fa5302716e09beff8c5148a5ecb973..7ec102d15543afb8816448b0bd0c6ff2f0177899 100644 (file)
@@ -22,4 +22,6 @@ case "$1" in
     ;;
 esac
 
+#DEBHELPER#
+
 exit 0