X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst;h=7305cf93ffb617372f7b4cd2804bf7c4930fddc7;hb=9886ed9215b826c76b1860f41ad463ab07be87d3;hp=62b0cb4427c515d1084bcf8d8cedd996924c2269;hpb=6ff97dd776b43347cb7b29a500e2da348ff7706a;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 - -