--- /usr/portage/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.3.ebuild 2004-08-05 16:11:18.000000000 +0200 +++ mozilla-firefox-bin-0.9.3.ebuild 2004-08-07 15:23:06.006346952 +0200 @@ -42,6 +42,9 @@ # Plugin path setup (rescuing the existing plugins) src_mv_plugins /opt/firefox/plugins + # Searchplugin path setup (rescuing the existing searchplugins) + src_mv_searchplugins /opt/firefox/searchplugins + # Fixing permissions chown -R root:root ${D}/opt/firefox @@ -72,6 +75,9 @@ # Remove the old plugins dir pkg_mv_plugins /opt/firefox/plugins + # Remove the old searchplugins dir + pkg_mv_searchplugins /opt/firefox/searchplugins + # Remove entire installed instance to prevent all kinds of # problems... see bug 44772 for example rm -rf "${MOZILLA_FIVE_HOME}"