summaryrefslogtreecommitdiff
path: root/query.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-11-22 17:19:34 +0000
committerewt <devnull@localhost>1996-11-22 17:19:34 +0000
commitb31d0fa4623ff870502e8292f51542b6197272fe (patch)
tree01444b9f19ff584ef7d1c96afbfe9228ef86ee32 /query.c
parent8c77f11f06d8411848119a25b0390555f89b13ae (diff)
downloadrpm-b31d0fa4623ff870502e8292f51542b6197272fe.tar.gz
rpm-b31d0fa4623ff870502e8292f51542b6197272fe.tar.bz2
rpm-b31d0fa4623ff870502e8292f51542b6197272fe.zip
--scripts prints verify script
CVS patchset: 1191 CVS date: 1996/11/22 17:19:34
Diffstat (limited to 'query.c')
-rw-r--r--query.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/query.c b/query.c
index 85a8eddc3..2159eb8e2 100644
--- a/query.c
+++ b/query.c
@@ -48,7 +48,8 @@ static char * scriptQueryFormat =
"preinstall script:\n%{RPMTAG_PREIN}\n"
"postinstall script:\n%{RPMTAG_POSTIN}\n"
"preuninstall script:\n%{RPMTAG_PREUN}\n"
- "postuninstall script:\n%{RPMTAG_POSTUN}\n";
+ "postuninstall script:\n%{RPMTAG_POSTUN}\n"
+ "verify script:\n%{VERIFYSCRIPT}\n";
static int queryHeader(Header h, char * chptr) {
int count = 0;