r11088: Automated commit for Debian build of uffi upstream-version-1.5.16
[uffi.git] / debian / postinst
index eceeca2690e626b647ce17279db08bb11146e534..4c7b758dc9ad5a4806b3a5c71eab581c4eddf2bb 100644 (file)
@@ -6,7 +6,7 @@
 set -e
 
 # package name according to lisp
-LISP_PKG=%%
+LISP_PKG=uffi
 
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
@@ -28,8 +28,8 @@ LISP_PKG=%%
 
 case "$1" in
     configure)
-       /usr/sbin/register-common-lisp-source ${LISP_PKG}
-
+       #clc-only-compatible $LISP_PKG allegro cmucl lispworks openmcl sbcl scl
+       /usr/sbin/register-common-lisp-source $LISP_PKG
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)