NAME
dh_installmenu - install debian menu files into package build directories
SYNOPSIS
dh_installmenu [debhelper options] [-n]
DESCRIPTION
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. These commands are inserted into
the maintainer scripts by dh_installde. See dh_installdeb(1) for an
explanation of how this works.
If a file named debian/package.menu exists, then it is installed into
usr/share/menu/package in the package build directory. This is a debian menu
file. See menufile(5) for its format.
If a file named debian/package.menu-method exits, then it is installed into
etc/menu-methods/package in the package build directory. This is a debian
menu method file.
OPTIONS
"-n,
Do not modify postinst/postrm scripts.
SEE ALSO
debhelper(7)
update-menus(1)
menufile(5)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>