diff options
author | joey <joey> | 1999-10-01 20:24:16 +0000 |
---|---|---|
committer | joey <joey> | 1999-10-01 20:24:16 +0000 |
commit | 21c8f1231d3605308af089d97ad1f367285e5bb1 (patch) | |
tree | 124d2789dcf0fd88a9ca0a651585ebd4f7a4fcb3 /dh_installwm.1 | |
parent | 49f593eb4832f2d3c3101fba5a4d4c99e37d86a3 (diff) | |
download | debhelper-21c8f1231d3605308af089d97ad1f367285e5bb1.tar.gz |
r289: * Added note to man pages of commands that use autoscript to note they are
not idempotent.
Diffstat (limited to 'dh_installwm.1')
-rw-r--r-- | dh_installwm.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dh_installwm.1 b/dh_installwm.1 index bc6ea446..290b8ada 100644 --- a/dh_installwm.1 +++ b/dh_installwm.1 @@ -2,13 +2,13 @@ .SH NAME dh_installwm \- register a window manager .SH SYNOPSIS -.B dh_installmenu +.B dh_installwm .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) +.BR register-window-manager (8) command. This results in a window manager being registered when it is installed. .SH OPTIONS @@ -33,10 +33,14 @@ for example, the -p switch. See .BR debhelper (1) for a list of environment variables that affect all debhelper commands. +.SH NOTES +Note that this command is not idempotent. "dh_clean -k" should be called +between invocations of this command. Otherwise, it may cause multiple +instances of the same text to be added to maintainer scripts. .SH "SEE ALSO" .TP .BR debhelper (1) .TP -.BR register-window-manager (1) +.BR register-window-manager (8) .SH AUTHOR Joey Hess <joeyh@master.debian.org> |