summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-02-25 22:10:50 +0000
committerewt <devnull@localhost>1996-02-25 22:10:50 +0000
commitd91b0512d0b40bc87a420d832776ba3766cdb030 (patch)
tree429f491425d29d17bc72b512c52ccf3f7ad28e3c /lib
parentfaa8bd69ac8e17e03d0ed4a6598095850bb69a07 (diff)
downloadrpm-d91b0512d0b40bc87a420d832776ba3766cdb030.tar.gz
rpm-d91b0512d0b40bc87a420d832776ba3766cdb030.tar.bz2
rpm-d91b0512d0b40bc87a420d832776ba3766cdb030.zip
added INSTALL_UPGRADETOOLD
CVS patchset: 420 CVS date: 1996/02/25 22:10:50
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index adf3064aa..fb6d35798 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -72,6 +72,7 @@
#define INSTALL_REPLACEFILES (1 << 1)
#define INSTALL_TEST (1 << 2)
#define INSTALL_UPGRADE (1 << 3)
+#define INSTALL_UPGRADETOOLD (1 << 4)
#define VERIFY_NONE 0
#define VERIFY_MD5 (1 << 0)