Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127200 | Differences between
and this patch

Collapse All | Expand All

(-)opera-9.20.ebuild (+8 lines)
Lines 141-146 Link Here
141
		done
141
		done
142
		[[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die "failed to change libz.so.3 to libz.so.1"
142
		[[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die "failed to change libz.so.3 to libz.so.1"
143
	fi
143
	fi
144
145
	# symlink to libflash-player.so:
146
	dosym /opt/netscape/plugins/libflashplayer.so \
147
		/opt/opera/lib/opera/plugins/libflashplayer.so
144
}
148
}
145
149
146
pkg_postinst() {
150
pkg_postinst() {
Lines 151-156 Link Here
151
	elog
155
	elog
152
	elog "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini"
156
	elog "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini"
153
	elog "and emerge app-dicts/aspell-language."
157
	elog "and emerge app-dicts/aspell-language."
158
	elog
159
	elog "If you would like to watch videos on websites like YouTube, you will"
160
	elog "need to edit \$HOME/.opera/pluginpath.ini and set:"
161
	elog "   /opt/netscape/plugins=2"
154
}
162
}
155
163
156
164

Return to bug 127200