X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=b785c54d38c171e7e2b403bd68d84f81efc18460;hb=e534fe1bcf37ca9333356d422d9996ca12845302;hp=6ff5ec2c914e05fa75ef3edc1938f6953b06d184;hpb=b3a43165749f80d7f3eda34e2e2b07f7a349e298;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index 6ff5ec2c9..b785c54d3 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -21,19 +21,19 @@ 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 /etc/openvswitch/conf.db + rm -f /etc/openvswitch/.conf.db.~lock~ + rm -f /etc/default/openvswitch-switch rm -f /var/log/openvswitch/* - ;; + ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; + ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 - ;; + ;; esac # dh_installdeb will replace this with shell code automatically