http://bugzilla.rpmfusion.org/show_bug.cgi?id=441
--- Comment #2 from NicolasChauvet <[email protected]> 2009-03-16 15:14:11 --- 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. -- 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.
