X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst;h=b7d5c678acbc5e92b2a0896e6d1d35d86aa6b909;hb=9fead1fa1dc1cd65a3c803518b2a56cae2624d2d;hp=69dae3a1bca65c0c0efc07aad3abf2b45a025478;hpb=7523905053e1fd44e5cbef67332a3fb00d35e848;p=uffi.git diff --git a/debian/postinst b/debian/postinst index 69dae3a..b7d5c67 100644 --- a/debian/postinst +++ b/debian/postinst @@ -28,8 +28,8 @@ LISP_PKG=uffi case "$1" in configure) - common-lisp-only-compatible uffi allegro cmucl lispworks - 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)