]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmenu.1
r416: better message
[debhelper.git] / dh_installmenu.1
1 .TH DH_INSTALLMENU 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installmenu \- install debian menu files into package build directories
4 .SH SYNOPSIS
5 .B dh_installmenu
6 .I "[debhelper options] [-n]"
7 .SH "DESCRIPTION"
8 dh_installmenu is a debhelper program that is responsible for installing
9 files used by the debian menu package into package build directories.
10 .P
11 It also automatically generates the postinst and postrm commands needed to
12 interface with the debian menu package. See
13 .BR dh_installdeb (1)
14 for an explanation of how this works.
15 .P
16 If a file named debian/package.menu exists, then it is installed into
17 usr/lib/menu/package in the package build directory. This is a debian menu
18 file.
19 .P
20 If a file named debian/package.menu-method exits, then it is installed into
21 etc/menu-methods/package in the package build directory. This is a debian
22 menu method file.
23 .SH OPTIONS
24 .TP
25 .B debhelper options
26 See
27 .BR debhelper (1)
28 for a list of options common to all debhelper commands.
29 .TP
30 .B \-n, \--noscripts
31 Do not modify postinst/postrm scripts.
32 .SH ENVIRONMENT
33 See
34 .BR debhelper (1)
35 for a list of environment variables that affect all debhelper commands.
36 .SH NOTES
37 Note that this command is not idempotent. "dh_clean -k" should be called
38 between invocations of this command. Otherwise, it may cause multiple
39 instances of the same text to be added to maintainer scripts.
40 .SH "SEE ALSO"
41 .TP
42 .BR debhelper (1)
43 .TP
44 .BR menufile (5)
45 .SH AUTHOR
46 Joey Hess <joeyh@debian.org>