Version 4.0.1
[clsql/s11.git] / debian / postinst.template
blob8ab4c3520c224d56d866e801d71a78b2cb892349
1 #!/bin/sh
2 set -e
4 pkg=%%
6 case "$1" in
7 configure)
8 #clc-only-compatible $pkg allegro cmucl lispworks openmcl
9 /usr/sbin/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