X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=debian%2Fpostinst;h=8e4e7e3cb0755617b31b633d4ba60621b2a57197;hp=32f3d9d7765a3636d48c97aceb41b4fefaacd741;hb=064f9491744e1c746a9164886cb9000463ba458f;hpb=b677baba3d1394107e11474fb3e121a166e5cafd diff --git a/debian/postinst b/debian/postinst index 32f3d9d..8e4e7e3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,27 +3,9 @@ set -e LISP_PKG=xlunit -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - case "$1" in configure) - /usr/sbin/register-common-lisp-source ${LISP_PKG} + register-common-lisp-source ${LISP_PKG} ;; @@ -37,9 +19,6 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - #DEBHELPER# exit 0