This file is indexed.

/usr/share/debhelper/autoscripts/prerm-clc-source 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-source > /dev/null; then
	unregister-common-lisp-source "#SYSTEMDIR#"
    fi
fi