]> git.donarmstrong.com Git - debhelper.git/blob - dh_installwm.1
r291: * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
[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_installwm
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 (8)
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 NOTES
37 Note that this command is not idempotent. "dh_clean -k" should be called
38 between invocations of this command. Otherwise, it may cause multiple
39 instances of the same text to be added to maintainer scripts.
40 .SH "SEE ALSO"
41 .TP
42 .BR debhelper (1)
43 .TP
44 .BR register-window-manager (8)
45 .SH AUTHOR
46 Joey Hess <joeyh@master.debian.org>