This file is indexed.

/usr/share/doc/sysprofile/examples/etc/sysprofile.d/logout.bash is in sysprofile 0.3.9.

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 [ ! -f $HOME/.bash_logout ]
    then
      cp /etc/skel/.bash_logout $HOME
fi