if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] || [ "$1" = "deconfigure" ]; then
    if [ -x /usr/sbin/unregister-common-lisp-implementation ]; then
	/usr/sbin/unregister-common-lisp-implementation "#IMPLEMENTATION#"
    fi
fi
