ofp-util: Reload ofpbuf pointers after nx_put_match().
[openvswitch] / debian / openvswitch-switch.postrm
index b785c54d38c171e7e2b403bd68d84f81efc18460..88bf9fc618a72fe9c2e999f9efb12f708a15ae20 100755 (executable)
@@ -24,7 +24,9 @@ case "$1" in
         rm -f /etc/openvswitch/conf.db
         rm -f /etc/openvswitch/.conf.db.~lock~
         rm -f /etc/default/openvswitch-switch
-        rm -f /var/log/openvswitch/*
+        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)