]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmenu.1
r291: * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
[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 .P
24 For the first first binary package listed in the control file, you may use
25 debian/menu and debian/menu-method instead.
26 .SH OPTIONS
27 .TP
28 .B debhelper options
29 See
30 .BR debhelper (1)
31 for a list of options common to all debhelper commands.
32 .TP
33 .B \-n, \--noscripts
34 Do not modify postinst/postrm scripts.
35 .SH ENVIRONMENT
36 See
37 .BR debhelper (1)
38 for a list of environment variables that affect all debhelper commands.
39 .SH NOTES
40 Note that this command is not idempotent. "dh_clean -k" should be called
41 between invocations of this command. Otherwise, it may cause multiple
42 instances of the same text to be added to maintainer scripts.
43 x.SH "SEE ALSO"
44 .TP
45 .BR debhelper (1)
46 .TP
47 .BR menufile (5)
48 .SH AUTHOR
49 Joey Hess <joeyh@master.debian.org>