Penguin
Blame: dh_installwm(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installwm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLWM
2 !!!DH_INSTALLWM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dh_installwm - register a window manager
15 !!SYNOPSIS
16
17
18 __dh_installwm__ [[''debhelper options''] [[__-n__]
19 [[__--priority=__''n''] [[''wm ...'']
20 !!DESCRIPTION
21
22
23 dh_installwm is a debhelper program that is responsible for
24 generating the postinst and postrm commands that register a
25 window manager with
26 ''update-alternatives''(8)
27
28
29 Any window manager programs specified as parameters will be
30 registered in the first package dh_installwm is told to act
31 on. By default, this is the first binary package in
32 debian/control, but if you use -p, -i, or -a flags, it will
33 be the first package specified by those flags.
34
35
36 Files named debian/package.wm can list other window manager
37 programs to register.
38 !!OPTIONS
39
40
41 __--priority=__''n''
42
43
44 Set the priority of the window manager. Default is 20, which
45 is too low for most window managers; see the Debian Policy
46 document for instructions on calculating the correct
47 value.
48
49
50 __-n__, __--noscripts__
51
52
53 Do not modify postinst/postrm scripts. Turns this command
54 into a no-op.
55
56
57 ''wm ...''
58
59
60 The commands used to run the window manager or window
61 managers you want to register.
62 !!NOTES
63
64
65 Note that this command is not idempotent. ``dh_clean -k''
66 should be called between invocations of this command.
67 Otherwise, it may cause multiple instances of the same text
68 to be added to maintainer scripts.
69 !!SEE ALSO
70
71
72 debhelper(1)
73
74
75 This program is a part of debhelper.
76 !!AUTHOR
77
78
79 Joey Hess
80 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.