X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=88bf9fc618a72fe9c2e999f9efb12f708a15ae20;hb=HEAD;hp=e4a736a24c20d96f5d1615af85d0370737628ae1;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index e4a736a24..88bf9fc61 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -21,10 +21,12 @@ 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 + rm -f /etc/openvswitch/system-id.conf ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)