Provided by:
dpkg_1.16.1.2ubuntu7_i386 
NOMBRE
dpkg-trigger - Herramienta de disparadores de paquete
SINOPSIS
dpkg-trigger [opci'on...] nombre-disparador
dpkg-trigger [opci'on...] orden
DESCRIPCI'ON
dpkg-trigger es una herramienta para activar disparadores
intencionadamente y revisar su compatibilidad con la version de dpkg en
ejecucion.
Se puede usar mediante scripts del desarrollador en situaciones
complejas y condicionales en las que los ficheros de disparadores, o la
declaracion de la directiva activate en el fichero de control, no son
suficientemente informativos. Tambien se puede usar para comprobaciones
y administradores de sistemas (pero tenga en cuenta que dpkg-trigger no
accionara los disparadores).
La sintaxis no reconocida de nombres de disparadores son un error para
dpkg-trigger.
'ORDENES
--check-supported
Check if the running dpkg supports triggers (usually called from
a postinst). Will exit 0 if a triggers-capable dpkg has run, or
1 with an error message to stderr if not. Normally, however, it
is better just to activate the desired trigger with
dpkg-trigger.
-h, --help
Muestra el modo de uso y termina.
--version
Muestra la version y termina.
OPCIONES
--admindir=directorio
Cambia el directorio con la base de datos de dpkg. Por omision
es /var/lib/dpkg.
--by-package=paquete
Override trigger awaiter (normally set by dpkg through the
DPKG_MAINTSCRIPT_PACKAGE environment variable of the maintainer
scripts, naming the package to which the script belongs, and
this will be used by default).
--no-await
Esta opcion define que la invocacion al paquete T (de existir)
no necesita esperar al procesamiento de este disparador; el
paquete(s) interesado I no se anadira a la lista de espera del
procesado del disparador, sin cambiar el estado de T. Puede que
se considere que T esta instalado aunque no se haya procesado el
disparador.
--no-act
Realiza un simulacro sin cambios en el sistema.
ENTORNO
DPKG_ADMINDIR
If set and the --admindir option has not been specified, it will
be used as the dpkg data directory.
V'EASE TAMBI'EN
dpkg(1), deb-triggers(5), /usr/share/doc/dpkg-dev/triggers.txt.gz.
TRADUCTOR
Rudy Godoy <rudy@kernel-panik.org>, Ruben Porras <nahoo@inicia.es>,
Bruno Barrera C. <bruno.barrera@igloo.cl>, Carlos Izquierdo
<gheesh@ertis.net>, Esteban Manchado y NOK. Debian L10n Spanish
<debian-l10n-spanish@lists.debian.org>.
Revisiones por Santiago Vila <sanvila@unex.es>, Javier
Fernandez-Sanguino, Ruben Porras, Luis Uribe y Omar Campagne.