]> git.proxmox.com Git - pve-firewall.git/commit
Fix #1446: allow pve-firewall package install twice in a row stable-4
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 17 Jul 2017 12:50:26 +0000 (14:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Jul 2017 08:06:58 +0000 (10:06 +0200)
commita070b674127ab18f165cfd75fb200093c2601ec7
treec7abc8404d388d29fb05c46a48933b2fd868efd8
parent8332414494a7c27b6cc299168f77e68e88f44bd8
Fix #1446: allow pve-firewall package install twice in a row

On packages removal (!= purge) systemd units are masked.
The postinst script has then to reenable this units at the
beginning of the 'configure' step.

Our other packages are doing this manually, or automatically
when the dh_systemd_enable helpers generated a postinst,
but this was missing here.
debian/postinst