This file is indexed.

/usr/share/doc/sysprofile/examples/etc/sysprofile.d/gnustep.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
5
6
7
# This is for setting GNUstep specific environment variables

#set -x

if [ ! $GNUSTEP_ROOT ] && [ -f /usr/lib/GNUstep/System/Makefiles/GNUstep.sh ]; then
    . /usr/lib/GNUstep/System/Makefiles/GNUstep.sh &>/dev/null
fi