8bdaf978b4
o Overhaul libmap.conf samples. [1] (Remove old setting) o Cleanup some functions on flash7. But... o Add support Acroread7 on 4.x. [2] I don't test it:-). o Add support 6.0-BETA3 or after. Pointed out by: many people [1] Reported by: vs [2]
27 lines
1.5 KiB
Text
27 lines
1.5 KiB
Text
lib/pluginwrapper/flash6.so
|
|
lib/pluginwrapper/flash7.so
|
|
lib/pluginwrapper/acrobat.so
|
|
lib/pluginwrapper/jai.so
|
|
lib/pluginwrapper/java3d.so
|
|
lib/pluginwrapper/java3d_snd.so
|
|
lib/pluginwrapper/pips.so
|
|
lib/pluginwrapper/oci8.so
|
|
lib/pluginwrapper/realplayer.so
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD6
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-stable
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-current
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD4.x
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.xpt
|
|
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
|
@exec /bin/mkdir -p %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
|
@exec /bin/ln -sf %%LINUXBASE%%/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_plugins/
|
|
@dirrm lib/pluginwrapper
|
|
@dirrm %%EXAMPLESDIR%%
|