X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=baf37c8559b407e10b5dd746dff4f4c05f1a8369;hb=39435725ace48273700b55def25b2358f66ff398;hp=e4a736a24c20d96f5d1615af85d0370737628ae1;hpb=f20bbd7ad2e76d8f07b8693ded1f09f6c5aacfd2;p=openvswitch diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index e4a736a2..baf37c85 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -21,10 +21,11 @@ set -e case "$1" in purge) - rm -f /etc/openvswitch-switch/conf - rm -f /etc/openvswitch-switch/.conf.~lock~ + 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 ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)