This file is indexed.

/usr/bin/science-config is in science-config 1.7.

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
#!/bin/sh
## Prints some info about that package and lets auto-apt work
dpkg --status `basename $0` | \
     grep -v ^Priority | \
     grep -v ^Section | \
     grep -v ^Installed-Size