]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmodules.1
r245: Initial Import
[debhelper.git] / dh_installmodules.1
1 .TH DH_INSTALLMODULES 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installmodules \- register modules with modutils
4 .SH SYNOPSIS
5 .B dh_installmodules
6 .I "[debhelper options] [-n]"
7 .SH "DESCRIPTION"
8 dh_installmodules is a debhelper program that is responsible for registering
9 kernel modules with modutils.
10 .P
11 A file named debian/package.modules (debian/modules my be used for the first
12 binary package in debian/control) will be installed as etc/modutils/package
13 in the package build directory.
14 .P
15 Then postinst and postrm commands are automatically generated to register
16 the modules when the package is installed. See
17 .BR dh_installdeb (1)
18 for an explanation of how this works.
19 .SH OPTIONS
20 .TP
21 .B debhelper options
22 See
23 .BR debhelper (1)
24 for a list of options common to all debhelper commands.
25 .TP
26 .B \-n, \--noscripts
27 Do not modify postinst/postrm scripts.
28 .SH ENVIRONMENT
29 See
30 .BR debhelper (1)
31 for a list of environment variables that affect all debhelper commands.
32 .SH "SEE ALSO"
33 .BR debhelper (1)
34 .SH AUTHOR
35 Joey Hess <joeyh@master.debian.org>