This file is indexed.

/usr/lib/cruft/explain/fontconfig-config is in cruft-common 0.9.34.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#!/bin/dash
set -e

for file in $(ls /usr/share/fontconfig/conf.avail/);
do
	[ -e /etc/fonts/conf.d/$file ] && echo /etc/fonts/conf.d/$file
done