Debian packaging, "--purge" to remove /etc/openvswitch/system-id.conf
Signed-off-by: Arun Sharma <arun.sha...@calsoftinc.com> --- debian/openvswitch-switch.postrm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index baf37c8..88bf9fc 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) -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev