diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-04 16:50:49 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-04 16:50:49 -0400 |
commit | a243946176b92b5fafd84f43d5a455551cf27210 (patch) | |
tree | 843f96a23362676a098a5b06584c3525ecea383a /dh_installifupdown | |
parent | 6951ac79834dc1fe44b235d0863e282af2e08db0 (diff) | |
download | debhelper-a243946176b92b5fafd84f43d5a455551cf27210.tar.gz |
Add FILES sections to man pages. Closes: #545041
Diffstat (limited to 'dh_installifupdown')
-rwxr-xr-x | dh_installifupdown | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/dh_installifupdown b/dh_installifupdown index 35e39eee..e394e3fa 100755 --- a/dh_installifupdown +++ b/dh_installifupdown @@ -19,9 +19,22 @@ dh_installifupdown is a debhelper program that is responsible for installing if-up, if-down, if-pre-up, and if-post-down hook scripts into package build directories. -If a file named debian/package.if-up exists, then it is installed into -etc/network/if-up.d/package in the package build directory. Similar is done -for if-down, if-pre-up, and if-post-down. +=head1 FILES + +=over 4 + +=item debian/I<package>.if-up + +=item debian/I<package>.if-down + +=item debian/I<package>.if-pre-up + +=item debian/I<package>.if-post-down + +These files are installed into etc/network/if-*.d/I<package> in +the package build directory. + +=back =head1 OPTIONS |