X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;h=8ab4c3520c224d56d866e801d71a78b2cb892349;hb=7dca99bccfde772ecd34b05afb359cf82b69f03f;hp=2bfd7344dd5c3b6c1a99c5077b94e1ef308f5095;hpb=42c6738acd91f3eb49dffd07592a1254e7b11901;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template index 2bfd734..8ab4c35 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -5,8 +5,8 @@ pkg=%% case "$1" in configure) - clc-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) ;;