]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmodules.1
fb3a315781796bcf1bf0aa7b2fb85df065a3a4d6
[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 may 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 NOTES
33 Note that this command is not idempotent. "dh_clean -k" should be called
34 between invocations of this command. Otherwise, it may cause multiple
35 instances of the same text to be added to maintainer scripts.
36 .SH "SEE ALSO"
37 .BR debhelper (1)
38 .SH AUTHOR
39 Joey Hess <joeyh@debian.org>