/usr/share/modass/packages/pcmcia-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/pcmcia-cs.tar.gz
BUILDDIR=${MODULE_LOC:-/usr/src/modules}/pcmcia-cs
. $MA_DIR/packages/generic.sh
$1 "$@"
|