X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=7305cf93ffb617372f7b4cd2804bf7c4930fddc7;hb=878018eaedbc6360a3202ce32058e81e69e909cb;hp=62b0cb4427c515d1084bcf8d8cedd996924c2269;hpb=7f0884b153c045c4c0c3f0194a55e8fa46f3d864;p=ptester.git 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 - -