X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;h=7916b3487e038e2adaa864d29ca5907fc6a99b57;hb=0683f4f7dbe394e7d9138ac3dca1ae41bc34a24f;hp=be0cc161d7f5c0a65e72f78552fd21d8ff3edc5f;hpb=c9fd9ffa2911e702550d3c7cc2d84b8316cdf549;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template index be0cc16..7916b34 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 + register-common-lisp-source $pkg ;; abort-upgrade|abort-remove|abort-deconfigure) ;;