diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-11-20 16:41:38 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-11-20 16:41:38 +0000 |
commit | 282557e5bfb43e19552b3e266a75a431ba4de098 (patch) | |
tree | 166952266993138e00df12bdb5788d5413106155 /eclass/vdr-plugin.eclass | |
parent | Stable on x86. (diff) | |
download | gentoo-2-282557e5bfb43e19552b3e266a75a431ba4de098.tar.gz gentoo-2-282557e5bfb43e19552b3e266a75a431ba4de098.tar.bz2 gentoo-2-282557e5bfb43e19552b3e266a75a431ba4de098.zip |
Print a message informing about pkg_config in pkg_postinst
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 8 |
1 files changed, 5 insertions, 3 deletions
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 <zzam@gentoo.org> @@ -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 } |