Remove "fault" module.
[openvswitch] / debian / openvswitch-switch.postrm
index 19e8ebe4c8ec14755015c4a027c22d09ec37f163..6ff5ec2c914e05fa75ef3edc1938f6953b06d184 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)