Hi all,

We've finally decided to add support for multiple flash players through 
Debian's alternatives system. Gnash and swfdec have already been uploaded to 
sid with this support.

We decided to use the alternatives name flash-mozilla.so and to add it as a 
link in /usr/lib/mozilla/plugins/flash-mozilla.so

All you have to do is add to mozilla-plugin.postinst:
        update-alternatives --quiet --install \
            /usr/lib/mozilla/plugins/flash-mozilla.so \
            flash-mozilla.so \
            /usr/lib/package/libplugin.so \
           10

And to mozilla-plugin.prerm:
        update-alternatives --quiet --remove \
            flash-mozilla.so \
            /usr/lib/package/libplugin.so

Please, answer to this mail if you have any problem with implementing this in 
your packages, or foreview any problem with this approach, so that all swf 
player plugins can live together in harmony.

Greetings,
Miry



      ______________________________________________ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to