if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] || [ "$1" = "deconfigure" ]; then
    if which unregister-common-lisp-source > /dev/null; then
	unregister-common-lisp-source "#SYSTEMDIR#"
    fi
fi
