Index: opera-9.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.20.ebuild,v --- opera-9.20.ebuild 12 Apr 2007 06:49:39 -0000 1.5 +++ opera-9.20.ebuild 26 Apr 2007 22:17:38 -0000 @@ -141,6 +141,10 @@ done [[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die "failed to change libz.so.3 to libz.so.1" fi + + # symlink to libflash-player.so: + dosym /opt/netscape/plugins/libflashplayer.so \ + /opt/opera/lib/opera/plugins/libflashplayer.so } pkg_postinst() { @@ -151,6 +155,10 @@ elog elog "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini" elog "and emerge app-dicts/aspell-language." + elog + elog "If you would like to watch videos on websites like YouTube, you will" + elog "need to edit \$HOME/.opera/pluginpath.ini and set:" + elog " /opt/netscape/plugins=2" }