]> git.donarmstrong.com Git - debhelper.git/blob - dh_installwm.1
r282: * dh_movefiles: if the wildcards in the filelist expand to nothing,
[debhelper.git] / dh_installwm.1
1 .TH DH_INSTALLWM 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installwm \- register a window manager
4 .SH SYNOPSIS
5 .B dh_installmenu
6 .I "[debhelper options] [-n] wmfilename"
7 .SH "DESCRIPTION"
8 dh_installwm is a debhelper program that is responsible for
9 generating the postinst and postrm commands needed to
10 interface with the the
11 .BR register-window-manager (1)
12 command. This results in a window manager being registered when it is
13 installed.
14 .SH OPTIONS
15 .TP
16 .B debhelper options
17 See
18 .BR debhelper (1)
19 for a list of options common to all debhelper commands.
20 .TP
21 .B \-n, \--noscripts
22 Do not modify postinst/postrm scripts. Turns this command into a no-op.
23 .TP
24 .B wmfilename
25 The filename of the window manager you wish to register. May be either a
26 simple filename if the window manager is in /usr/X11R6/bin/, or a complete
27 path otherwise.
28 .SH NOTES
29 Note that this command will set up postinst and postrm scripts for every
30 package it acts on. It's wise to limit its action to a single package with,
31 for example, the -p switch.
32 .SH ENVIRONMENT
33 See
34 .BR debhelper (1)
35 for a list of environment variables that affect all debhelper commands.
36 .SH "SEE ALSO"
37 .TP
38 .BR debhelper (1)
39 .TP
40 .BR register-window-manager (1)
41 .SH AUTHOR
42 Joey Hess <joeyh@master.debian.org>