aboutsummaryrefslogtreecommitdiff
path: root/www/linuxpluginwrapper/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/linuxpluginwrapper/files/pkg-message.in')
-rw-r--r--www/linuxpluginwrapper/files/pkg-message.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/linuxpluginwrapper/files/pkg-message.in b/www/linuxpluginwrapper/files/pkg-message.in
deleted file mode 100644
index 1e8e666ca9a2..000000000000
--- a/www/linuxpluginwrapper/files/pkg-message.in
+++ /dev/null
@@ -1,19 +0,0 @@
-To use the flash plugin wrapper, you first need to copy the linux flash
-plugin into your mozilla directory:
-
-# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \
- %%X11BASE%%/lib/mozilla/plugins/libflashplayer_linux.so
-# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \
- %%X11BASE%%/lib/mozilla/plugins/
-
-(Note, if you are using mozilla-devel, the destination directories will be
-different)
-
-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!