diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-28 22:12:52 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-28 22:12:52 +0000 |
commit | 4fd7c1dde17656a36c92da2cb528db2c1320ae3c (patch) | |
tree | 59516a91bef312f05462c48de7b71c5f7a37b087 /media-video/realplayer/realplayer-8-r7.ebuild | |
parent | Initial import. Ebuild submitted by Matt T. Proud <khanreaper@nerp.net>, clos... (diff) | |
download | gentoo-2-4fd7c1dde17656a36c92da2cb528db2c1320ae3c.tar.gz gentoo-2-4fd7c1dde17656a36c92da2cb528db2c1320ae3c.tar.bz2 gentoo-2-4fd7c1dde17656a36c92da2cb528db2c1320ae3c.zip |
add comments aboiut artsdsp
Diffstat (limited to 'media-video/realplayer/realplayer-8-r7.ebuild')
-rw-r--r-- | media-video/realplayer/realplayer-8-r7.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/realplayer/realplayer-8-r7.ebuild b/media-video/realplayer/realplayer-8-r7.ebuild index 7c79e0f6ff11..e5600f7c90f9 100644 --- a/media-video/realplayer/realplayer-8-r7.ebuild +++ b/media-video/realplayer/realplayer-8-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r7.ebuild,v 1.2 2004/01/16 10:48:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r7.ebuild,v 1.3 2004/02/28 22:12:52 liquidx Exp $ inherit nsplugins @@ -107,4 +107,7 @@ pkg_postinst() { einfo "You can start the player by running 'realplay'" einfo "You have to agree to the terms in ${BASE}/LICENSE or unmerge" echo + einfo "If you are using arts, you should start realplayer using:" + einfo " artsdsp realplay" + echo } |