Add release date for 1.3.0.
[openvswitch] / debian / openvswitch-switch.postrm
index e4a736a24c20d96f5d1615af85d0370737628ae1..d9113389a7210f57fe699b78541ae9440939de7b 100755 (executable)
@@ -21,10 +21,10 @@ 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/*
+        rm -f /var/log/openvswitch/* || true
         ;;
 
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)