From 790626411f7942d4e77ac6af4cbdd7989f09475e Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 13 Oct 2005 22:34:20 +0000 Subject: [PATCH] cleanup git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2903 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/linkchecker.postinst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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