/usr/share/debhelper/autoscripts/prerm-clc-implementation is in dh-lisp 0.7.1+nmu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] || [ "$1" = "deconfigure" ]; then
if which unregister-common-lisp-implementation > /dev/null; then
unregister-common-lisp-implementation "#IMPLEMENTATION#"
fi
fi
|