http://bugzilla.rpmfusion.org/show_bug.cgi?id=441
--- Comment #4 from Orcan Ogetbil <oget.fedora(a)gmail.com> 2009-03-16 15:22:53 ---
(In reply to comment #2)
You are using the %post scriplets according to the
http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
But keep in mind that you should end with " || :" only at the last line for
each %post(un) scriplet. (look at your "%postun if [ $1 -eq 0 ] ; then" case).
Having " || :" at the end of scriplets allow the rpm transaction to keep going
instead of been canceled if something went wrong for any reasons.
Oh, good eye. I never noticed that. I was blindly copying/pasting those
scriptlets.
Will add ||:
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.