Package: sun-java5-plugin
Version: 1.5.0-15-1
Followup-For: Bug #473417

I downloaded the package and installed it with dpkg --force-depends.

All it does is create directories, if they arent already there, which
should be, if you had it before, and run this script, that links the
plugin from the jre into the plugin directories of the browsers, there
is even a special case for xulrunner == and <= version 1.9:

======
#!/bin/sh -e

PATH=/sbin:/bin:/usr/sbin:/usr/bin

priority=53
browser_dirs="firefox iceape iceweasel mozilla midbrowser
xulrunner"
PLUGIN=libjavaplugin_oji.so
PLUGINPTH=/usr/lib/jvm/java-1.5.0-sun/jre/plugin/i386/ns7/$PLUGIN

for browser_dir in $browser_dirs; do
    if [ $browser_dir = xulrunner-addons ]; then
        browser=xulrunner-1.9
    else
        browser=$browser_dir
    fi
    update-alternatives --quiet --install \
        /usr/lib/$browser_dir/plugins/libjavaplugin.so \
        $browser-javaplugin.so \
        $PLUGINPTH \
        $priority
done



exit 0
======

peter

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sun-java5-plugin depends on:
ii  libasound2                1.0.16-2       ALSA library
ii  libx11-6                  2:1.0.3-7      X11 client-side library
ii  libxext6                  2:1.0.4-1      X11 miscellaneous extension librar
ii  libxi6                    2:1.1.3-1      X11 Input extension library
ii  libxp6                    1:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxt6                    1:1.0.5-3      X11 toolkit intrinsics library
ii  libxtst6                  2:1.0.3-1      X11 Testing -- Resource extension 
ii  sun-java5-bin             1.5.0-15-1     Sun Java(TM) Runtime Environment (
pn  xulrunner-1.9             <none>         (no description available)

sun-java5-plugin recommends no packages.

-- no debconf information



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

Reply via email to