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