summaryrefslogtreecommitdiff
path: root/dh_installmodules
diff options
context:
space:
mode:
authorJeroen Schot <schot@a-eskwadraat.nl>2011-04-22 14:05:42 +0200
committerJoey Hess <joey@kitenet.net>2011-04-22 16:13:11 -0400
commitf25bc5b950c50e1fdd4248b697fbc19ec7e9292f (patch)
treee553e148efe0fdd4f2b58201b13ed3b5b599610d /dh_installmodules
parent2be53b2466cbe95aadc5a90188a877cf1a91bd34 (diff)
Typo's in documentation regarding {pre,post}{inst,rm}
Diffstat (limited to 'dh_installmodules')
-rwxr-xr-xdh_installmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installmodules b/dh_installmodules
index bee1072e..9b3fc203 100755
--- a/dh_installmodules
+++ b/dh_installmodules
@@ -21,7 +21,7 @@ B<dh_installmodules> is a debhelper program that is responsible for
registering kernel modules.
Kernel modules are searched for in the package build directory and if
-found, F<postinst> and F<postrm> commands are automatically generated to
+found, F<preinst>, F<postinst> and F<postrm> commands are automatically generated to
run B<depmod> and register the modules when the package is installed.
These commands are inserted into the maintainer scripts by
L<dh_installdeb(1)>.
@@ -47,7 +47,7 @@ and B<dh_installmodules> will warn if these files are present.
=item B<-n>, B<--noscripts>
-Do not modify F<postinst>/F<postrm> scripts.
+Do not modify F<preinst>/F<postinst>/F<postrm> scripts.
=item B<--name=>I<name>