diff options
author | Michael Vogt <egon@bottom> | 2007-09-10 15:59:55 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-09-10 15:59:55 +0200 |
commit | d4db3e0afce3492d75ab2226393f93e58b0fbfde (patch) | |
tree | b69793fe9c3f46feed2aac101035d7de57744056 /doc | |
parent | 74bc8bb9d60d202a0fffee30785f6f0feb7dc354 (diff) | |
parent | 646501c8fd4c747b8162b87ecaa8406b1509be84 (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> |