--scripts prints verify script
authorewt <devnull@localhost>
Fri, 22 Nov 1996 17:19:34 +0000 (17:19 +0000)
committerewt <devnull@localhost>
Fri, 22 Nov 1996 17:19:34 +0000 (17:19 +0000)
CVS patchset: 1191
CVS date: 1996/11/22 17:19:34

query.c

diff --git a/query.c b/query.c
index 85a8edd..2159eb8 100644 (file)
--- 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;