summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-04-15 22:23:34 +0000
committerewt <devnull@localhost>1996-04-15 22:23:34 +0000
commit35cd57b45759ff913a38478e22489620f590ce41 (patch)
treeef9f2535262ec789850e4242cd69c1bce90f4b2e /lib
parent9624dafc69d4050051f1ebc3f0fb95c480bc5b8c (diff)
downloadrpm-35cd57b45759ff913a38478e22489620f590ce41.tar.gz
rpm-35cd57b45759ff913a38478e22489620f590ce41.tar.bz2
rpm-35cd57b45759ff913a38478e22489620f590ce41.zip
added INSTALL_NOSCRIPTS, UNINSTALL_TEST, UNINSTALL_NOSCRIPTS
CVS patchset: 548 CVS date: 1996/04/15 22:23:34
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index a8f345022..684d4f5c9 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -87,6 +87,10 @@ extern const int rpmTagTableSize;
#define INSTALL_UPGRADE (1 << 3)
#define INSTALL_UPGRADETOOLD (1 << 4)
#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_MD5 (1 << 0)