X-Git-Url: http://git.kpe.io/?p=cl-rss.git;a=blobdiff_plain;f=debian%2Fpostinst;h=0ed5e5f9d2e581a7eece4fdf645d0232b37c6cb8;hp=d8a0f6c43d328dd835cc13cceadda1337b4f3ad0;hb=c8edf5415ee411146d31ea207cf20d13a413b1b4;hpb=7c3fbe9ed826dcd836d000d05cdf8be7c1a25cec diff --git a/debian/postinst b/debian/postinst index d8a0f6c..0ed5e5f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,27 +3,9 @@ set -e LISP_PKG=rss -# 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