1DH_INSTALLMENU(1) Debhelper DH_INSTALLMENU(1)
2
3
4
6 dh_installmenu - install Debian menu files into package build
7 directories
8
10 dh_installmenu [debhelperĀ options] [-n]
11
13 dh_installmenu is a debhelper program that is responsible for
14 installing files used by the Debian menu package into package build
15 directories.
16
17 It also automatically generates the postinst and postrm commands needed
18 to interface with the Debian menu package. These commands are inserted
19 into the maintainer scripts by dh_installdeb(1).
20
22 debian/package.menu
23 Debian menu files, installed into usr/share/menu/package in the
24 package build directory. See menufile(5) for its format.
25
26 debian/package.menu-method
27 Debian menu method files, installed into etc/menu-methods/package
28 in the package build directory.
29
31 -n, --no-scripts
32 Do not modify postinst/postrm scripts.
33
35 debhelper(7) update-menus(1) menufile(5)
36
37 This program is a part of debhelper.
38
40 Joey Hess <joeyh@debian.org>
41
42
43
4412.7.3 2020-07-27 DH_INSTALLMENU(1)