]> git.proxmox.com Git - ifupdown-pve.git/commitdiff
d/prerm: fix/override a lintian error/warning
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 23:05:45 +0000 (01:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 23:06:02 +0000 (01:06 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/debian/ifupdown.lintian-overrides
src/debian/prerm

index 5286df57e734ab8b0c82b07413eac73e7f31e083..3530936ee2b4dee2cf6249e763218b9067a4b10e 100644 (file)
@@ -1,3 +1,4 @@
 ifupdown: init.d-script-possible-missing-stop etc/init.d/networking 1
 ifupdown: systemd-service-file-refers-to-unusual-wantedby-target lib/systemd/system/networking.service network-online.target
 ifupdown: systemd-service-file-refers-to-unusual-wantedby-target lib/systemd/system/ifupdown-wait-online.service network-online.target
+ifupdown: maintainer-script-empty *prerm*
index 983b56242b4bb494c4f18ff7af425598d82ceae6..19e453c110680d6e4a667bc54e01dd385b768e37 100644 (file)
@@ -1,3 +1,7 @@
+#!/bin/sh
+
+set -e
+
 # Manual NO-OP override by Proxmox, dropping working network configuration is
 # normally something one does NOT want to do on remove, e.g., on switch to
 # ifupdown2 or similar, as it well break SSH, guest network, ...