1DH_INSTALLMODULES(1) Debhelper DH_INSTALLMODULES(1)
2
3
4
6 dh_installmodules - register kernel modules
7
9 dh_installmodules [debhelperĀ options] [-n] [--name=name]
10
12 dh_installmodules is a debhelper program that is responsible for
13 registering kernel modules.
14
15 Kernel modules are searched for in the package build directory and if
16 found, preinst, postinst and postrm commands are automatically
17 generated to run depmod and register the modules when the package is
18 installed. These commands are inserted into the maintainer scripts by
19 dh_installdeb(1).
20
22 debian/package.modprobe
23 Installed to etc/modprobe.d/package.conf in the package build
24 directory.
25
27 -n, --no-scripts
28 Do not modify preinst/postinst/postrm scripts.
29
30 --name=name
31 When this parameter is used, dh_installmodules looks for and
32 installs files named debian/package.name.modprobe instead of the
33 usual debian/package.modprobe
34
36 Note that this command is not idempotent. dh_prep(1) should be called
37 between invocations of this command. Otherwise, it may cause multiple
38 instances of the same text to be added to maintainer scripts.
39
41 debhelper(7)
42
43 This program is a part of debhelper.
44
46 Joey Hess <joeyh@debian.org>
47
48
49
5011.4 2018-09-14 DH_INSTALLMODULES(1)