Man Linux: Main Page and Category List

NAME

       dh_installmenu - install debian menu files into package build
       directories

SYNOPSIS

       dh_installmenu [debhelperoptions] [-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_installdeb(1).

FILES

       debian/package.menu
           Debian menu files, installed into usr/share/menu/package in the
           package build directory. See menufile(5) for its format.

       debian/package.menu-method
           Debian menu method files, installed into etc/menu-methods/package
           in the package build directory.

OPTIONS

       -n, --noscripts
           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>