--- /usr/portage/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild 2005-05-03 16:35:41.000000000 -0400 +++ ./mathematica-fonts-4.2.ebuild 2005-05-14 23:45:29.000000000 -0400 @@ -50,3 +50,13 @@ font_src_install } + +pkg_postinst() { + einfo "To make Mozilla happy, you should change font.mathfont-family:" + einfo "1. Enter the URL about:config" + einfo "2. First, check to see if the pref exists" + einfo " If not, right-click and select New > String" + einfo " The name of the preference is font.mathfont-family" + einfo "3. You should set the value to (right-click to modify):" + einfo " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L" +}