X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rpm-postun-nofail.patch;h=2c9b8c0737daaa2a9976c309c120d6185b7eb9ef;hb=62eceee6aa37190c99e162ccbe10f62f474c2da6;hp=e02ab7cd9689217a513ad4e086ae91d34645af6c;hpb=26ea8a78f0bb9511402183d62bebf82d48132876;p=packages%2Frpm.git diff --git a/rpm-postun-nofail.patch b/rpm-postun-nofail.patch index e02ab7c..2c9b8c0 100644 --- a/rpm-postun-nofail.patch +++ b/rpm-postun-nofail.patch @@ -7,7 +7,7 @@ - rc = (rpmRC) rpmpsmNext(psm, PSM_SCRIPT); - if (rc) break; + if (rpmpsmNext(psm, PSM_SCRIPT)) -+ rpmMessage(RPMMESS_VERBOSE, _("Ignoring failed %%postun scriptlet\n")); ++ rpmlog(RPMLOG_INFO, _("Ignoring failed %%postun scriptlet\n")); } if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOTRIGGERPOSTUN)) {