diff options
author | joeyh <joeyh> | 2007-01-21 17:12:05 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2007-01-21 17:12:05 +0000 |
commit | 90ffad95d71aec0ae98401ebc0f27d8b740f8307 (patch) | |
tree | 118ba187c7198066276d519eacb4af85bdba67c0 /dh_installmenu | |
parent | 526fb7c5808d4fe652167e115ae2ce9798b735d7 (diff) | |
download | debhelper-90ffad95d71aec0ae98401ebc0f27d8b740f8307.tar.gz |
r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.
Closes: #404785
* Man page improvements. Closes: #406707
Diffstat (limited to 'dh_installmenu')
-rwxr-xr-x | dh_installmenu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_installmenu b/dh_installmenu index bf827782..e4dc3b29 100755 --- a/dh_installmenu +++ b/dh_installmenu @@ -19,7 +19,8 @@ dh_installmenu is a debhelper program that is responsible for installing files used by the debian menu package into package build directories. It also automatically generates the postinst and postrm commands needed to -interface with the debian menu package. See L<dh_installdeb(1)> for an +interface with the debian menu package. These commands are inserted into +the maintainer scripts by dh_installde. See L<dh_installdeb(1)> for an explanation of how this works. If a file named debian/package.menu exists, then it is installed into |