1DH_INSTALLWM(1) Debhelper DH_INSTALLWM(1)
2
3
4
6 dh_installwm - register a window manager
7
9 dh_installwm [debhelper options] [-n] [--priority=n] [wm ...]
10
12 dh_installwm is a debhelper program that is responsible for generating
13 the postinst and prerm commands that register a window manager with
14 update-alternatives(8). The window manager's man page is also
15 registered as a slave symlink (in v6 mode and up). It must be
16 installed in usr/share/man/man1/ in the package build directory prior
17 to calling dh_installwm. In compat 9 and earlier, the manpage was
18 optional.
19
21 debian/package.wm
22 List window manager programs to register.
23
25 --priority=n
26 Set the priority of the window manager. Default is 20, which is too
27 low for most window managers; see the Debian Policy document for
28 instructions on calculating the correct value.
29
30 -n, --no-scripts
31 Do not modify postinst/prerm scripts. Turns this command into a no-
32 op.
33
34 -A, --all
35 Modify scripts for window managers specified by command line
36 parameters in ALL packages acted on, not just the first.
37
38 wm ...
39 Window manager programs to register.
40
42 Note that this command is not idempotent. dh_prep(1) should be called
43 between invocations of this command. Otherwise, it may cause multiple
44 instances of the same text to be added to maintainer scripts.
45
47 debhelper(7)
48
49 This program is a part of debhelper.
50
52 Joey Hess <joeyh@debian.org>
53
54
55
5611.4 2018-09-14 DH_INSTALLWM(1)