X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=baf37c8559b407e10b5dd746dff4f4c05f1a8369;hb=f7c0a4239c3c0dc74556e7958cdbfd3dbfff1bba;hp=b785c54d38c171e7e2b403bd68d84f81efc18460;hpb=24e81092a136e4a60443dc6a04206c2a631ace3a;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index b785c54d3..baf37c855 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -24,7 +24,8 @@ 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 ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)