This file is indexed.

/usr/bin/pygtk-codegen-2.0 is in python-gtk2-dev 2.24.0-3.

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
 8
 9
10
#! /bin/sh

prefix=/usr
exec_prefix=${prefix}
pygobject_script=${exec_prefix}/bin/pygobject-codegen-2.0

echo "note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead"   > /dev/stderr
echo "note: I will now try to invoke pygobject-codegen-2.0 in the same directory" > /dev/stderr

exec $pygobject_script "$@"