X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;h=8ab4c3520c224d56d866e801d71a78b2cb892349;hb=36509b8d390e94b2b0f8e681c09d5e89452978d8;hp=8fc99807c9ea05268ef5fdd45534e1bdbc3812ca;hpb=63a47d658e3cbc2095d2c7ecb33e34c152de4955;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template index 8fc9980..8ab4c35 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -5,8 +5,8 @@ pkg=%% case "$1" in configure) - cl-only-compatible $pkg allegro cmucl lispworks openmcl - 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) ;;