aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Broadhead <jamesbroadhead@gmail.com>2012-03-20 11:39:23 +0000
committerJames Broadhead <jamesbroadhead@gmail.com>2012-03-20 11:39:23 +0000
commitcf9585e78580e0ccbcb46ffdc968fa14fab1551d (patch)
tree6fae2339ed9dd6119f0b6a289d65cf8f55ed8e1b /dev-python/selenium/selenium-2.20.0.ebuild
parentselenium bump -- in sunrise (diff)
downloadjamesbroadhead-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.ebuild8
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"
+}