diff options
Diffstat (limited to 'dev-python/selenium/selenium-2.20.0.ebuild')
-rw-r--r-- | dev-python/selenium/selenium-2.20.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-2.20.0.ebuild b/dev-python/selenium/selenium-2.20.0.ebuild index 16ba7fa..fa150b3 100644 --- a/dev-python/selenium/selenium-2.20.0.ebuild +++ b/dev-python/selenium/selenium-2.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -19,3 +19,9 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" + +pkg_postinstall() { + einfo "To use selenium with www-client/firefox-bin, you must create a " + einfo "'firefox' symlink somewhere in your PATH." + einfo " eg. ln -s /usr/bin/firefox-bin /usr/local/firefox" +} |