added INSTALL_NOSCRIPTS, UNINSTALL_TEST, UNINSTALL_NOSCRIPTS

CVS patchset: 548
CVS date: 1996/04/15 22:23:34
This commit is contained in:
ewt 1996-04-15 22:23:34 +00:00
parent 9624dafc69
commit 35cd57b457
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ extern const int rpmTagTableSize;
#define INSTALL_UPGRADE (1 << 3) #define INSTALL_UPGRADE (1 << 3)
#define INSTALL_UPGRADETOOLD (1 << 4) #define INSTALL_UPGRADETOOLD (1 << 4)
#define INSTALL_NODOCS (1 << 5) #define INSTALL_NODOCS (1 << 5)
#define INSTALL_NOSCRIPTS (1 << 6)
#define UNINSTALL_TEST (1 << 0)
#define UNINSTALL_NOSCRIPTS (1 << 1)
#define VERIFY_NONE 0 #define VERIFY_NONE 0
#define VERIFY_MD5 (1 << 0) #define VERIFY_MD5 (1 << 0)