X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=88bf9fc618a72fe9c2e999f9efb12f708a15ae20;hb=HEAD;hp=b785c54d38c171e7e2b403bd68d84f81efc18460;hpb=24e81092a136e4a60443dc6a04206c2a631ace3a;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index b785c54d3..88bf9fc61 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -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)