X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fpostinst.template;h=a67ba93c132b8efd7572d9b66309910be69eb9f0;hp=be0cc161d7f5c0a65e72f78552fd21d8ff3edc5f;hb=eaaca94287230a65c80cc21effa5763520552fe4;hpb=d9b90caa2f0450deffff461b70294bc741faae7f diff --git a/debian/postinst.template b/debian/postinst.template index be0cc16..a67ba93 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -1,10 +1,12 @@ -#!/bin/bash -e +#!/bin/sh +set -e pkg=%% case "$1" in configure) - /usr/sbin/register-common-lisp-source ${pkg} + common-lisp-only-compatible $pkg allegro cmucl lispworks + register-common-lisp-source $pkg ;; abort-upgrade|abort-remove|abort-deconfigure) ;;