X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;fp=debian%2Fopenvswitch-switch.postrm;h=e4a736a24c20d96f5d1615af85d0370737628ae1;hb=f20bbd7ad2e76d8f07b8693ded1f09f6c5aacfd2;hp=6ff5ec2c914e05fa75ef3edc1938f6953b06d184;hpb=6b739e5403d718f0798886ab8f86ae5c4118fc05;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index 6ff5ec2c9..e4a736a24 100755 --- a/debian/openvswitch-switch.postrm +++ b/debian/openvswitch-switch.postrm @@ -23,17 +23,17 @@ 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/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