From 878018eaedbc6360a3202ce32058e81e69e909cb Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 25 Sep 2002 12:44:59 +0000 Subject: [PATCH] r2842: *** empty log message *** --- debian/postinst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/postinst b/debian/postinst index 62b0cb4..7305cf9 100644 --- a/debian/postinst +++ b/debian/postinst @@ -29,17 +29,13 @@ LISP_PKG=tester case "$1" in configure) /usr/sbin/register-common-lisp-source ${LISP_PKG} - - ;; - + ;; abort-upgrade|abort-remove|abort-deconfigure) - - ;; - + ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 - ;; + ;; esac # dh_installdeb will replace this with shell code automatically @@ -48,5 +44,3 @@ esac #DEBHELPER# exit 0 - - -- 2.34.1