Penguin
Blame: dh_installmodules(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installmodules(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLMODULES
2 !!!DH_INSTALLMODULES
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dh_installmodules - register modules with modutils
15 !!SYNOPSIS
16
17
18 __dh_installmodules__ [[''debhelper options'']
19 [[__-n__]
20 !!DESCRIPTION
21
22
23 dh_installmodules is a debhelper program that is responsible
24 for registering kernel modules with modutils.
25
26
27 Files named debian/package.modules will be installed as
28 etc/modutils/package in the package build
29 directory.
30
31
32 Then postinst and postrm commands are automatically
33 generated to register the modules when the package is
34 installed. See ''dh_installdeb''(1) for an explanation of
35 how this works. Note that this will be done for any package
36 this program acts on which has either the above-mentioned
37 file, or has .o files in /lib/modules.
38 !!OPTIONS
39
40
41 __-n__, __--noscripts__
42
43
44 Do not modify postinst/postrm scripts.
45 !!NOTES
46
47
48 Note that this command is not idempotent. ``dh_clean -k''
49 should be called between invocations of this command.
50 Otherwise, it may cause multiple instances of the same text
51 to be added to maintainer scripts.
52 !!SEE ALSO
53
54
55 debhelper(1)
56
57
58 This program is a part of debhelper.
59 !!AUTHOR
60
61
62 Joey Hess
63 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.