diff --git a/debian/linkchecker.postinst b/debian/linkchecker.postinst index 8b7c418f..88c3ffb0 100755 --- a/debian/linkchecker.postinst +++ b/debian/linkchecker.postinst @@ -4,12 +4,11 @@ # see: dh_installdeb(1) case "$1" in - configure|reconfigure|abort-upgrade|abort-remove|abort-deconfigure) - break +configure|reconfigure|abort-upgrade|abort-remove|abort-deconfigure) ;; - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 +*) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 ;; esac