X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;h=8ab4c3520c224d56d866e801d71a78b2cb892349;hb=5068697a98c10224f3a3e0a7125ba64cf3d3b4fb;hp=a67ba93c132b8efd7572d9b66309910be69eb9f0;hpb=eaaca94287230a65c80cc21effa5763520552fe4;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template index a67ba93..8ab4c35 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -5,8 +5,8 @@ pkg=%% case "$1" in configure) - common-lisp-only-compatible $pkg allegro cmucl lispworks - register-common-lisp-source $pkg + #clc-only-compatible $pkg allegro cmucl lispworks openmcl + /usr/sbin/register-common-lisp-source $pkg ;; abort-upgrade|abort-remove|abort-deconfigure) ;;