X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=baf37c8559b407e10b5dd746dff4f4c05f1a8369;hb=b86545a659a7146006e229d035f874106303f261;hp=e4a736a24c20d96f5d1615af85d0370737628ae1;hpb=a4af00400a835eb87569ba40e21874c05e872c0f;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)