X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.postrm;h=e4a736a24c20d96f5d1615af85d0370737628ae1;hb=02a987d28b1e8ce8633fae6e97f5e49aa3ef3e02;hp=6ff5ec2c914e05fa75ef3edc1938f6953b06d184;hpb=b3a43165749f80d7f3eda34e2e2b07f7a349e298;p=openvswitch diff --git a/debian/openvswitch-switch.postrm b/debian/openvswitch-switch.postrm index 6ff5ec2c..e4a736a2 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