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





------- Additional Comments From [EMAIL PROTECTED]  2003-11-15 13:36 -------
Comment to comment #1:

They still put the files into /usr/lib/netscape/plugins, see
http://rpms.mandrakeclub.com/rpms/MandrakeClub/comm/9.2/i586/FlashPlayer-6.0-4mdk.i586.html


-- 
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.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
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).

Reply via email to