X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;h=8ab4c3520c224d56d866e801d71a78b2cb892349;hb=36509b8d390e94b2b0f8e681c09d5e89452978d8;hp=9d4e6b21e324d0b1f6cadb12d8df790ba352c958;hpb=cef0ce4d103eb080ba825255f53ebaa600993314;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template index 9d4e6b2..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 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) ;;