diff options
author | joey <joey> | 1999-08-17 05:02:08 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:02:08 +0000 |
commit | 2b197c28c63bdd7a316fdc3938be2e411c69fa33 (patch) | |
tree | 5ca5cfe97d9f14b1d0e7604390863f29e58ba7ca /dh_installwm.1 | |
parent | 1225012d118cdc75892d02a41eb3ffcede466473 (diff) | |
download | debhelper-2b197c28c63bdd7a316fdc3938be2e411c69fa33.tar.gz |
r129: Initial Import
Diffstat (limited to 'dh_installwm.1')
-rw-r--r-- | dh_installwm.1 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dh_installwm.1 b/dh_installwm.1 new file mode 100644 index 00000000..bc6ea446 --- /dev/null +++ b/dh_installwm.1 @@ -0,0 +1,42 @@ +.TH DH_INSTALLWM 1 "" "Debhelper Commands" "Debhelper Commands" +.SH NAME +dh_installwm \- register a window manager +.SH SYNOPSIS +.B dh_installmenu +.I "[debhelper options] [-n] wmfilename" +.SH "DESCRIPTION" +dh_installwm is a debhelper program that is responsible for +generating the postinst and postrm commands needed to +interface with the the +.BR register-window-manager (1) +command. This results in a window manager being registered when it is +installed. +.SH OPTIONS +.TP +.B debhelper options +See +.BR debhelper (1) +for a list of options common to all debhelper commands. +.TP +.B \-n, \--noscripts +Do not modify postinst/postrm scripts. Turns this command into a no-op. +.TP +.B wmfilename +The filename of the window manager you wish to register. May be either a +simple filename if the window manager is in /usr/X11R6/bin/, or a complete +path otherwise. +.SH NOTES +Note that this command will set up postinst and postrm scripts for every +package it acts on. It's wise to limit its action to a single package with, +for example, the -p switch. +.SH ENVIRONMENT +See +.BR debhelper (1) +for a list of environment variables that affect all debhelper commands. +.SH "SEE ALSO" +.TP +.BR debhelper (1) +.TP +.BR register-window-manager (1) +.SH AUTHOR +Joey Hess <joeyh@master.debian.org> |