summaryrefslogtreecommitdiff
path: root/dh_installmodules.1
diff options
context:
space:
mode:
authorjoey <joey>2000-08-21 02:04:06 +0000
committerjoey <joey>2000-08-21 02:04:06 +0000
commite3534180b30e6f5e546078105bedfd5341664118 (patch)
tree60a635600b9df4b5854e3745f0d3e73c9fb98f51 /dh_installmodules.1
parenta4664178e1e455907c0ae2c9caf089ee6b8d0cc2 (diff)
r367: * debian/package.filename.arch is now checked for first, before
debian/package.filename. Closes: #69453 * Added a section to debhelper(1) about files in debian/ used by debhelper, which documents this. Removed scattered references to debian/filename from all over the man pages.
Diffstat (limited to 'dh_installmodules.1')
-rw-r--r--dh_installmodules.15
1 files changed, 2 insertions, 3 deletions
diff --git a/dh_installmodules.1 b/dh_installmodules.1
index aee47d36..0f7627b8 100644
--- a/dh_installmodules.1
+++ b/dh_installmodules.1
@@ -8,15 +8,14 @@ dh_installmodules \- register modules with modutils
dh_installmodules is a debhelper program that is responsible for registering
kernel modules with modutils.
.P
-A file named debian/package.modules (debian/modules may be used for the first
-binary package in debian/control) will be installed as etc/modutils/package
+Files named debian/package.modules will be installed as etc/modutils/package
in the package build directory.
.P
Then postinst and postrm commands are automatically generated to register
the modules when the package is installed. See
.BR dh_installdeb (1)
for an explanation of how this works. Note that this will be done for any
-package this program acts on which has either the above-mentioned file, or
+package this program acts on which has either the above-mentioned file, or
has .o files in /lib/modules.
.SH OPTIONS
.TP