]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-postun-nofail.patch
- enable support for read-only bdb backend
[packages/rpm.git] / rpm-postun-nofail.patch
CommitLineData
a3809792
JR
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
c38bf1df
JR
3@@ -789,8 +789,8 @@
4 }
a3809792 5
c38bf1df
JR
6 if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOPOSTUN)) {
7- rc = runInstScript(psm, RPMTAG_POSTUN);
8- if (rc) break;
9+ if (runInstScript(psm, RPMTAG_POSTUN))
10+ rpmlog(RPMLOG_INFO, _("Ignoring failed %%postun scriptlet\n"));
11 }
a3809792 12
c38bf1df 13 if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOTRIGGERPOSTUN)) {
This page took 0.050302 seconds and 4 git commands to generate.