]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmodules.1
r381: * dh_builddeb: Ok, it is cosmetic, but it annoyed me.
[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 Files named debian/package.modules will be installed as etc/modutils/package
12 in the package build directory.
13 .P
14 Then postinst and postrm commands are automatically generated to register
15 the modules when the package is installed. See
16 .BR dh_installdeb (1)
17 for an explanation of how this works. Note that this will be done for any
18 package this program acts on which has either the above-mentioned file, or
19 has .o files in /lib/modules.
20 .SH OPTIONS
21 .TP
22 .B debhelper options
23 See
24 .BR debhelper (1)
25 for a list of options common to all debhelper commands.
26 .TP
27 .B \-n, \--noscripts
28 Do not modify postinst/postrm scripts.
29 .SH ENVIRONMENT
30 See
31 .BR debhelper (1)
32 for a list of environment variables that affect all debhelper commands.
33 .SH NOTES
34 Note that this command is not idempotent. "dh_clean -k" should be called
35 between invocations of this command. Otherwise, it may cause multiple
36 instances of the same text to be added to maintainer scripts.
37 .SH "SEE ALSO"
38 .BR debhelper (1)
39 .SH AUTHOR
40 Joey Hess <joeyh@debian.org>