From b31d0fa4623ff870502e8292f51542b6197272fe Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 22 Nov 1996 17:19:34 +0000 Subject: [PATCH] --scripts prints verify script CVS patchset: 1191 CVS date: 1996/11/22 17:19:34 --- query.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/query.c b/query.c index 85a8edd..2159eb8 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; -- 2.7.4