dh_systemd_enable already includes this snippet via the #DEBHELPER# stanza, no need to duplicate it manually.
Signed-off-by: Fabian Grünbichler <f.gruenbich...@proxmox.com> --- debian/postinst | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/postinst b/debian/postinst index 0e6b7b2..8cdb468 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,9 +6,6 @@ set -e case "$1" in configure) - # Remove masks created by dh_systemd_enable on package removal. - deb-systemd-helper unmask pve-firewall.service >/dev/null || true - # modeled after dh_systemd_start output systemctl --system daemon-reload >/dev/null || true if [ -n "$2" ]; then -- 2.14.2 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel