1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/Attic/vdr-plugin.eclass,v 1.8 2005/11/20 14:10:05 zzam Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/Attic/vdr-plugin.eclass,v 1.9 2005/11/20 16:41:38 zzam Exp $ |
4 | # |
4 | # |
5 | # Author: |
5 | # Author: |
6 | # Matthias Schwarzott <zzam@gentoo.org> |
6 | # Matthias Schwarzott <zzam@gentoo.org> |
7 | |
7 | |
8 | # vdr-plugin.eclass |
8 | # vdr-plugin.eclass |
… | |
… | |
200 | } |
200 | } |
201 | |
201 | |
202 | vdr-plugin_pkg_postinst() { |
202 | vdr-plugin_pkg_postinst() { |
203 | update_vdrplugindb |
203 | update_vdrplugindb |
204 | einfo |
204 | einfo |
205 | einfo "The vdr plugin ${VDRPLUGIN} has now been installed," |
205 | einfo "The vdr plugin ${VDRPLUGIN} has now been installed." |
206 | einfo "to activate it you have to add it to /etc/conf.d/vdr." |
206 | einfo "To activate execute the following command:" |
|
|
207 | einfo |
|
|
208 | einfo " emerge --config ${PN}" |
207 | einfo |
209 | einfo |
208 | } |
210 | } |
209 | |
211 | |
210 | vdr-plugin_pkg_postrm() { |
212 | vdr-plugin_pkg_postrm() { |
211 | remove_vdrplugindb |
213 | remove_vdrplugindb |