From 25d280b48c058fe0eb91177d60c5b5c48c45f644 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Wed, 25 Sep 2002 12:44:51 +0000
Subject: [PATCH] *** empty log message ***

---
 debian/cl-asdf.postinst | 4 +++-
 debian/postinst         | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/cl-asdf.postinst b/debian/cl-asdf.postinst
index 5154049f..e8ea8be9 100644
--- a/debian/cl-asdf.postinst
+++ b/debian/cl-asdf.postinst
@@ -23,7 +23,9 @@ set -e
 
 case "$1" in
     configure)
-	/usr/sbin/reregister-common-lisp-implementations
+	if [ -x /usr/sbin/clc-register-impl ]; then 
+	    /usr/sbin/clc-reregister-impl all
+	fi
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;
diff --git a/debian/postinst b/debian/postinst
index 6c16bed8..44b73237 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -23,6 +23,9 @@ set -e
 
 case "$1" in
     configure)
+	if [ -x /usr/sbin/clc-reregister-all-impl ]; then
+	    /usr/sbin/clc-reregister-all-impl
+	fi
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;
-- 
GitLab