This file is indexed.

/usr/share/modass/packages/nvidia-kernel-source is in module-assistant 0.11.4.

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
11
12
13
14
15
#!/bin/sh
#
# (c) Eduard Bloch <blade@debian.org>, 2003
# generic maintainer script for module-assistant controled packages
# to be sourced or copied as example code

# autodetecting values. They may be overriden by the caller.

MA_DIR=${MA_DIR:-/usr/share/modass}
TARBALL=/usr/src/nvidia-kernel.tar.bz2
BUILDDIR=${MODULE_LOC:-/usr/src/modules}/nvidia-kernel

. $MA_DIR/packages/generic.sh

$1 "$@"