diff --git a/debian/changelog b/debian/changelog index 9c1237cfbf7b45bad03036fab14b71d801872e30..722e5bdbeb56ed3a23372fff4498ce4654a4d936 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 44b7323778a851df3c26b6a4e1c6832d31f1e90a..64748e30086b0c61b7f9b67ccc577513454f6281 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) ;;