fixed newlines
authorewt <devnull@localhost>
Wed, 16 Apr 1997 20:38:38 +0000 (20:38 +0000)
committerewt <devnull@localhost>
Wed, 16 Apr 1997 20:38:38 +0000 (20:38 +0000)
CVS patchset: 1548
CVS date: 1997/04/16 20:38:38

rpmpopt

diff --git a/rpmpopt b/rpmpopt
index 1fe4956..2b69cd9 100644 (file)
--- a/rpmpopt
+++ b/rpmpopt
@@ -1,9 +1,13 @@
 rpm alias --provides --qf '[%{PROVIDES}\n]'
 
-rpm alias --scripts --qf 'preinstall script:\n%{RPMTAG_PREIN}\npostinstall \
-script:\n%{RPMTAG_POSTIN}\npreuninstall \
-script:\n%{RPMTAG_PREUN}\npostuninstall \
-script:\n%{RPMTAG_POSTUN}\nverify script:\n%{VERIFYSCRIPT}\n'
+rpm alias --scripts --qf 'preinstall script:\n%{RPMTAG_PREIN}\
+postinstall script:\
+%{RPMTAG_POSTIN}\
+preuninstall script:\
+%{RPMTAG_PREUN}\
+postuninstall script: %{RPMTAG_POSTUN}\
+verify script:\
+%{VERIFYSCRIPT}\n'
 
 rpm alias --setperms -q --qf '[%{FILEMODES:octal} %{FILENAMES}\n]' \
                   --pipe "sed 's/^.../chmod /' | sh"