diff --git a/debian/changelog b/debian/changelog
index 2017b130b6263aedd7c88e16ba3efb539fb3aeb3..8489ee314ed25fd71324184b324b839e52258a2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-asdf (1.42-2) unstable; urgency=low
+
+  * Add reregister-common-lisp-implementations call when installing cl-asdf.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Sep 2002 08:31:13 -0600
+
 cl-asdf (1.42-1) unstable; urgency=low
 
   * Remove Depends on lisp-compiler for cl-asdf (fixes problem with
diff --git a/debian/cl-asdf.postinst b/debian/cl-asdf.postinst
index 499b5275039461567639c2748096085f4512c9c5..5154049f23d1442153fd4f0c5eecde954fa06d9b 100644
--- a/debian/cl-asdf.postinst
+++ b/debian/cl-asdf.postinst
@@ -23,7 +23,7 @@ set -e
 
 case "$1" in
     configure)
-	echo Pending: /usr/sbin/reregister-common-lisp-implementations
+	/usr/sbin/reregister-common-lisp-implementations
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;