]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-postun-nofail.patch
- enable extension-based-compression-detection in prep (rpm is misdetecting plain...
[packages/rpm.git] / rpm-postun-nofail.patch
1 --- rpm-4.5/lib/psm.c.org       2008-11-21 17:20:34.293584455 +0100
2 +++ rpm-4.5/lib/psm.c   2008-11-21 17:21:41.482728047 +0100
3 @@ -2114,8 +2114,8 @@
4             psm->countCorrection = -1;
5  
6             if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOPOSTUN)) {
7 -               rc = (rpmRC) rpmpsmNext(psm, PSM_SCRIPT);
8 -               if (rc) break;
9 +               if (rpmpsmNext(psm, PSM_SCRIPT))
10 +                   rpmlog(RPMLOG_INFO, _("Ignoring failed %%postun scriptlet\n"));
11             }
12  
13             if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOTRIGGERPOSTUN)) {
This page took 0.027125 seconds and 3 git commands to generate.