diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-06 15:38:32 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-06 15:38:32 +0200 |
commit | 9d06bc808c5ad28087821c3ecf725304adc81950 (patch) | |
tree | 579e12eed16d2885550fafb82120611ac9dec181 /doc | |
parent | 0b2f4b123a0254bef9a9c6550cbfce109c6276a4 (diff) |
* dpkg-triggers: Deal properly with new package states.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cache.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cache.sgml b/doc/cache.sgml index e257dcd81..aea5a45c3 100644 --- a/doc/cache.sgml +++ b/doc/cache.sgml @@ -721,6 +721,8 @@ or'd with the current package. #define pkgSTATE_HalfInstalled 4 #define pkgSTATE_ConfigFiles 5 #define pkgSTATE_Installed 6 +#define pkgSTATE_TriggersAwaited 7 +#define pkgSTATE_TriggersPending 8 </example> </sect1> |