]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installudev
r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.
[debhelper.git] / dh_installudev
index 26692ece6b309969e1fadd0833a397f2b1b84562..1e8ccea85f85de3c933bb50a1b86bf1175f008a6 100755 (executable)
@@ -4,7 +4,6 @@
 
 dh_installudev - install udev rules files
 
-
 =cut
 
 use strict;
@@ -25,7 +24,8 @@ etc/udev/package.rules in the package build directory.
 
 Then postinst and postrm commands are automatically generated to enable
 the rules file when the package is first installed, by creating a symlink
-to it in the /etc/udev/rules.d/ directory. See L<dh_installdeb(1)> for an
+to it in the /etc/udev/rules.d/ directory. These commands are inserted into
+the maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an
 explanation of how this works.
 
 =head1 OPTIONS