X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;h=8ab4c3520c224d56d866e801d71a78b2cb892349;hb=2961f4f122593e9d4875e88e6af159de28c8dd47;hp=be0cc161d7f5c0a65e72f78552fd21d8ff3edc5f;hpb=c9fd9ffa2911e702550d3c7cc2d84b8316cdf549;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template index be0cc16..8ab4c35 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} + #clc-only-compatible $pkg allegro cmucl lispworks openmcl + /usr/sbin/register-common-lisp-source $pkg ;; abort-upgrade|abort-remove|abort-deconfigure) ;;