X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst;h=4c7b758dc9ad5a4806b3a5c71eab581c4eddf2bb;hb=895cdddc64ad069c4d8173a21d0d5ce47b79e919;hp=eceeca2690e626b647ce17279db08bb11146e534;hpb=832b1dc4daeb7b5437719b9a8866ab22eb97f8d7;p=uffi.git diff --git a/debian/postinst b/debian/postinst index eceeca2..4c7b758 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,7 @@ set -e # package name according to lisp -LISP_PKG=%% +LISP_PKG=uffi # summary of how this script can be called: # * `configure' @@ -28,8 +28,8 @@ LISP_PKG=%% case "$1" in configure) - /usr/sbin/register-common-lisp-source ${LISP_PKG} - + #clc-only-compatible $LISP_PKG allegro cmucl lispworks openmcl sbcl scl + /usr/sbin/register-common-lisp-source $LISP_PKG ;; abort-upgrade|abort-remove|abort-deconfigure)