soften parent change to Lispworks-only, as it causes some problems for Clozure
[clsql/s11.git] / debian / postinst.template
blob7916b3487e038e2adaa864d29ca5907fc6a99b57
1 #!/bin/sh
2 set -e
4 pkg=%%
6 case "$1" in
7 configure)
8 #clc-only-compatible $pkg allegro cmucl lispworks openmcl
9 register-common-lisp-source $pkg
11 abort-upgrade|abort-remove|abort-deconfigure)
14 echo "postinst called with unknown argument \`$1'" >&2
15 exit 0
17 esac
19 #DEBHELPER#
21 exit 0