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 baf37c8..88bf9fc 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)