5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-23 02:04:19 +03:00

debian: remove duplicate dh_systemd_enable code

dh_systemd_enable already includes this snippet via the #DEBHELPER#
stanza, no need to duplicate it manually.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2018-03-08 13:33:55 +01:00 committed by Dietmar Maurer
parent 44e8ce0d15
commit 3309bfc87c

3
debian/postinst vendored
View File

@ -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