X-Git-Url: http://git.kpe.io/?p=puri.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=b031648f99e42fbcba7b8df4a9435266ad072a17;hp=c53065ef3c349d403d78aef27cf14e471503468b;hb=25ee26514d39284ba7752f8b9aeb2140e8cadb3c;hpb=feebbfdc402097d14c9a4cd27bf1a7a12120f7c9 diff --git a/debian/postinst b/debian/postinst index c53065e..b031648 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,24 +3,6 @@ set -e LISP_PKG=puri -# 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} @@ -33,9 +15,6 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - #DEBHELPER# exit 0