From 282557e5bfb43e19552b3e266a75a431ba4de098 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Sun, 20 Nov 2005 16:41:38 +0000 Subject: Print a message informing about pkg_config in pkg_postinst --- eclass/vdr-plugin.eclass | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'eclass/vdr-plugin.eclass') diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 79a6be5e1d4f..fbbfcc3ec992 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.8 2005/11/20 14:10:05 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.9 2005/11/20 16:41:38 zzam Exp $ # # Author: # Matthias Schwarzott @@ -202,8 +202,10 @@ vdr-plugin_src_install() { vdr-plugin_pkg_postinst() { update_vdrplugindb einfo - einfo "The vdr plugin ${VDRPLUGIN} has now been installed," - einfo "to activate it you have to add it to /etc/conf.d/vdr." + einfo "The vdr plugin ${VDRPLUGIN} has now been installed." + einfo "To activate execute the following command:" + einfo + einfo " emerge --config ${PN}" einfo } -- cgit v1.2.3-65-gdbad