/usr/share/debhelper/autoscripts/postinst-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 | if [ "$1" = "configure" ] &&
which register-common-lisp-source > /dev/null; then
register-common-lisp-source "#SYSTEMDIR#"
fi
|