From 3445d6de9e46f59a52b71c2727ad4089875bae02 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Thu, 28 Jun 2012 19:56:39 -0700 Subject: [PATCH] Debian packaging to remove system-id.conf Debian packaging, "--purge" to remove /etc/openvswitch/system-id.conf Signed-off-by: Arun Sharma Signed-off-by: Ben Pfaff --- debian/openvswitch-switch.postrm | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index baf37c855..88bf9fc61 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -26,6 +26,7 @@ case "$1" in rm -f /etc/default/openvswitch-switch rm -f /var/log/openvswitch/ovs-vswitchd.log* || true rm -f /var/log/openvswitch/ovsdb-server.log* || true + rm -f /etc/openvswitch/system-id.conf ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) -- 2.43.0