Provided by:
debhelper_7.0.13ubuntu1_all 
NOMBRE
dh_installwm - registra un gestor de ventanas
SINOPSIS
dh_installwm [opciones debhelper] [-n] [--priority=n] [gestor ...]
DESCRIPCION
dh_installwm is a debhelper program that is responsible for generating
the postinst and postrm commands that register a window manager with
update-alternatives(8). The window manager’s man page is also
registered as a slave symlink (in v6 mode and up), if it is found in
usr/share/man/man1/ in the package build directory.
Cualquier gestor de ventanas especificado como parametro se registrara
en el primer paquete sobre el que actue dh_installwm. Por omision, es
el primer paquete binario en debian/control, pero si usa las opciones
-p, -i, o -a, sera el primer paquete especificado por estas opciones.
Ficheros llamados debian/paquete.wm pueden listar otros gestores de
ventanas a registrar.
OPCIONES
--priority=n
Establece la prioridad del gestor de ventanas. De forma
predeterminada es 20, demasiado baja para la mayoria de gestores de
ventanas; lea el documento Normas de Debian para instrucciones
acerca de como calcular el valor correcto.
-n, --noscripts
No modifica los scripts de postinst/postrm. Si se especifica esta
orden no hace nada.
gestor ...
Las ordenes usadas para ejecutar el gestor o gestores de ventanas
que quiere registrar.
NOTAS
Note that this command is not idempotent. dh_prep(1) should be called
between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
VEASE ADEMAS
debhelper(7)
Este programa es parte de debhelper.
AUTOR
Joey Hess <joeyh@debian.org>
TRADUCTOR
Traduccion de Ruben Porras Campo <debian-l10n-spanish@lists.debian.org>