diff options
author | Ian Jackson <ian@anarres> | 2007-08-16 01:10:35 +0100 |
---|---|---|
committer | Ian Jackson <ian@anarres> | 2007-08-16 01:10:35 +0100 |
commit | fb7bf91ccc01c6fa16ea2eb2b714d5a1b808c1ea (patch) | |
tree | 850709c080f74b3e12fa64b7046754ab2b690e4b /doc/cache.sgml | |
parent | 9152d475de2c65d144fc3008043244d4622e136d (diff) |
dpkg-triggers: deal properly with new package states; 0.7.6ubuntu6
Diffstat (limited to 'doc/cache.sgml')
-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> |