X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst;h=b7d5c678acbc5e92b2a0896e6d1d35d86aa6b909;hb=4e05013e3b013a3a7c407671539c2bc0dcfcdb4c;hp=eceeca2690e626b647ce17279db08bb11146e534;hpb=832b1dc4daeb7b5437719b9a8866ab22eb97f8d7;p=uffi.git diff --git a/debian/postinst b/debian/postinst index eceeca2..b7d5c67 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 + /usr/sbin/register-common-lisp-source $LISP_PKG ;; abort-upgrade|abort-remove|abort-deconfigure)