Debian packaging to remove system-id.conf
authorArun Sharma <arun.sharma@calsoftinc.com>
Fri, 29 Jun 2012 02:56:39 +0000 (19:56 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 28 Jun 2012 15:15:16 +0000 (08:15 -0700)
Debian packaging, "--purge" to remove /etc/openvswitch/system-id.conf

Signed-off-by: Arun Sharma <arun.sharma@calsoftinc.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/openvswitch-switch.postrm

index baf37c8559b407e10b5dd746dff4f4c05f1a8369..88bf9fc618a72fe9c2e999f9efb12f708a15ae20 100755 (executable)
@@ -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)