r2822: *** empty log message ***
[clsql.git] / debian / postinst.template
index be0cc161d7f5c0a65e72f78552fd21d8ff3edc5f..a67ba93c132b8efd7572d9b66309910be69eb9f0 100644 (file)
@@ -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)
        ;;