X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst;h=4c7b758dc9ad5a4806b3a5c71eab581c4eddf2bb;hb=04056dc94146f82930b5723c01455ed359bb7b28;hp=f06c6cefcce97079deae58e4e4d5ec683aea4a95;hpb=1d3bb919be8c98d42eee73f9600d1c588e014ad3;p=uffi.git diff --git a/debian/postinst b/debian/postinst index f06c6ce..4c7b758 100644 --- a/debian/postinst +++ b/debian/postinst @@ -28,8 +28,8 @@ LISP_PKG=uffi case "$1" in configure) - cl-only-compatible uffi allegro cmucl lispworks openmcl - 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)