summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2006-09-29 16:51:01 +0000
committerVlastimil Babka <caster@gentoo.org>2006-09-29 16:51:01 +0000
commit78f55ca6af741eaf7337aac6d15eae5644ea0416 (patch)
tree5013c01826ea01a18f7333e51bdd0e93662c7dec /eclass
parentUse the new PBS library path. (diff)
downloadgentoo-2-78f55ca6af741eaf7337aac6d15eae5644ea0416.tar.gz
gentoo-2-78f55ca6af741eaf7337aac6d15eae5644ea0416.tar.bz2
gentoo-2-78f55ca6af741eaf7337aac6d15eae5644ea0416.zip
Inform user about (not) setting nsplugin.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-vm-2.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass
index 12dee15290e9..7ccc83943142 100644
--- a/eclass/java-vm-2.eclass
+++ b/eclass/java-vm-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.11 2006/09/10 20:59:11 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.12 2006/09/29 16:51:01 caster Exp $
# -----------------------------------------------------------------------------
# @eclass-begin
@@ -84,8 +84,12 @@ java-vm-2_pkg_postinst() {
# Install a default nsplugin if we don't already have one
if has nsplugin ${IUSE} && use nsplugin; then
if [[ ! -f /usr/lib/nsbrowser/plugins/javaplugin.so ]]; then
+ einfo "You have no system nsplugin set, setting it to ${VMHANDLE}."
eselect java-nsplugin set ${VMHANDLE}
+ else
+ einfo "System nsplugin is already set, not changing it."
fi
+ einfo "You can change nsplugin with eselect java-nsplugin."
fi
java_mozilla_clean_