This file is indexed.

/usr/share/gluegen2/make/scripts/lst-jars.sh is in libgluegen2-build-java 2.3.2-6.

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

for i in *.jar ; do
    lstname=`basename $i .jar`.lst
    unzip -l $i > $lstname
done