/usr/share/modass/packages/default.sh is in module-assistant 0.11.9.
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 | #!/bin/sh
#
# (c) Eduard Bloch <blade@debian.org>, 2003
# generic maintainer script for module-assistant controlled 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}
. $MA_DIR/packages/generic.sh
$1 "$@"
|