X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst;h=8e4e7e3cb0755617b31b633d4ba60621b2a57197;hb=eb893872e2d6a0b120f1a16256848f840bd46718;hp=32f3d9d7765a3636d48c97aceb41b4fefaacd741;hpb=c7bc011f355411986f238987a4f97c93f66818dc;p=xlunit.git 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