deb-triggers
package triggers
- Provided by: dpkg-dev (Version: 1.19.0.5ubuntu2.4)
- Source: dpkg
- Report a bug
package triggers
triggers
A package declares its relationship to some trigger(s) by including a triggers file in its control archive (i.e. DEBIAN/triggers during package creation).
This file contains directives, one per line. Leading and trailing whitespace and everything after the first # on any line will be trimmed, and empty lines will be ignored.
The trigger control directives currently supported are:
Unknown directives are an error which will prevent installation of the package.
The “-noawait” variants should always be favored when possible since triggering packages are not put in triggers-awaited state and can thus be immediately configured without requiring the processing of the trigger. If the triggering packages are dependencies of other upgraded packages, it will avoid an early trigger processing run and make it possible to run the trigger only once as one of the last steps of the upgrade.
The “-noawait” variants are supported since dpkg 1.16.1, and will lead to errors if used with an older dpkg.
The “-await” alias variants are supported since dpkg 1.17.21, and will lead to errors if used with an older dpkg.
dpkg-trigger(1), dpkg(1), /usr/share/doc/dpkg-dev/triggers.txt.gz.