From 26bb122080765cfdd15acc512affb050d443caa2 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Sat, 12 Oct 2002 02:49:13 +0000
Subject: [PATCH] debian packaging changes to postinst

---
 debian/changelog | 6 ++++++
 debian/postinst  | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9c1237cf..722e5bdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-asdf (1.49-1) unstable; urgency=low
+
+  * Remove clc-reregister-all-impl from postinst
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 09:38:18 -0600
+
 cl-asdf (1.49) unstable; urgency=low
 
   * New upstream release, fixes run-shell-command for allegro. Code
diff --git a/debian/postinst b/debian/postinst
index 44b73237..64748e30 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -23,9 +23,9 @@ set -e
 
 case "$1" in
     configure)
-	if [ -x /usr/sbin/clc-reregister-all-impl ]; then
-	    /usr/sbin/clc-reregister-all-impl
-	fi
+	#if [ -x /usr/sbin/clc-reregister-all-impl ]; then
+	#    /usr/sbin/clc-reregister-all-impl
+	#fi
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;
-- 
GitLab