diff options
author | James Broadhead <jamesbroadhead@gmail.com> | 2012-03-20 11:39:23 +0000 |
---|---|---|
committer | James Broadhead <jamesbroadhead@gmail.com> | 2012-03-20 11:39:23 +0000 |
commit | cf9585e78580e0ccbcb46ffdc968fa14fab1551d (patch) | |
tree | 6fae2339ed9dd6119f0b6a289d65cf8f55ed8e1b /dev-python/selenium/selenium-2.20.0.ebuild | |
parent | selenium bump -- in sunrise (diff) | |
download | jamesbroadhead-cf9585e78580e0ccbcb46ffdc968fa14fab1551d.tar.gz jamesbroadhead-cf9585e78580e0ccbcb46ffdc968fa14fab1551d.tar.bz2 jamesbroadhead-cf9585e78580e0ccbcb46ffdc968fa14fab1551d.zip |
selenium bump -- in sunrise
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" +} |