http://qa.mandrakesoft.com/show_bug.cgi?id=6360

           Summary: triggers remove links to flashplayer (and other plugins)
                    when mozilla is updated
           Product: mozilla
           Version: 1.4-17mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: packaging
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When mozilla package is updated, the triggers of the package remove links from
/usr/lib/mozilla/plugins, e.g. the one for flashplayer.

Looking at the triggers one sees:

%triggerun ...
[ "$1" = "0" ] || exit 0

This is probably wrong, it should be:

%triggerun ...
[ "$2" = "0" ] || exit 0
    ^

This is also in the examples of /usr/share/doc/rpm-4.2/triggers and makes more
sense, because we care about what happens with the target package ($2), not our
package ($1).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to