debian: Change openvswitch-switch deb to use ovsdb-server and ovs-vswitchd.
[sliver-openvswitch.git] / debian / openvswitch-switch.postrm
index 19e8ebe..6ff5ec2 100755 (executable)
@@ -21,7 +21,10 @@ set -e
 
 case "$1" in
     purge)
+        rm -f /etc/openvswitch-switch/conf
+        rm -f /etc/openvswitch-switch/.conf.~lock~
        rm -f /etc/default/openvswitch-switch
+        rm -f /var/log/openvswitch/*
        ;;
 
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)