r1816: debian updates
[uffi.git] / debian / postinst
index eceeca2690e626b647ce17279db08bb11146e534..b3dd8b6d5cf496d4ffa9f0c2832dc1ca5eafcc18 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,6 +28,7 @@ LISP_PKG=%%
 
 case "$1" in
     configure)
+       ln -sf ../repositories/uffi /usr/share/common-lisp/source/uffi
        /usr/sbin/register-common-lisp-source ${LISP_PKG}
 
     ;;