DH_INSTALLMODULES
NAME SYNOPSIS DESCRIPTION OPTIONS NOTES SEE ALSO AUTHOR
dh_installmodules - register modules with modutils
dh_installmodules [''debhelper options''? [__-n__?
dh_installmodules is a debhelper program that is responsible for registering kernel modules with modutils.
Files named debian/package.modules will be installed as etc/modutils/package in the package build directory.
Then postinst and postrm commands are automatically generated to register the modules when the package is installed. See dh_installdeb(1) for an explanation of how this works. Note that this will be done for any package this program acts on which has either the above-mentioned file, or has .o files in /lib/modules.
-n, --noscripts
Do not modify postinst/postrm scripts.
Note that this command is not idempotent. ``dh_clean -k'' should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts.
This program is a part of debhelper.
Joey Hess
2 pages link to dh_installmodules(1):