Remove needless file

This commit is contained in:
Norikatsu Shigemura 2003-11-21 08:24:30 +00:00
parent 3cbbdb66d0
commit d72247da8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94617

View file

@ -1,16 +0,0 @@
If you are using a Mozilla browser, you first need to copy the linux
flash plugin into the mozilla plugins directory:
# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \
%%X11BASE%%/lib/browser_plugins/libflashplayer_linux.so
# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \
%%X11BASE%%/lib/browser_plugins/
Next, change the Mozilla startup script, %%X11BASE%%/bin/mozilla
to have:
LD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1
export LD_PRELOAD
at the top of it (but after #!/bin/sh). Now start mozilla and go to
'about:plugins' and the flash plugin is enabled!