X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=b785c54d38c171e7e2b403bd68d84f81efc18460;hb=77b8ebcfd4f645f6de6dc438cb1d9f1ee4e88e0b;hp=e4a736a24c20d96f5d1615af85d0370737628ae1;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index e4a736a24..b785c54d3 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -21,8 +21,8 @@ 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/* ;;