diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-26 23:46:08 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-26 23:46:08 +0000 |
commit | 6a3043cc79cf9f87e42baaa8e6839121b23897bd (patch) | |
tree | 1adef7cd6560b69526dc4b1ab4fda4896e8ab3b7 /app-sci | |
parent | Initial Import, closes #40556 (Manifest recommit) (diff) | |
download | gentoo-2-6a3043cc79cf9f87e42baaa8e6839121b23897bd.tar.gz gentoo-2-6a3043cc79cf9f87e42baaa8e6839121b23897bd.tar.bz2 gentoo-2-6a3043cc79cf9f87e42baaa8e6839121b23897bd.zip |
Small fix, updated pkg_postinst
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/maestro/maestro-2004.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-sci/maestro/maestro-2004.ebuild b/app-sci/maestro/maestro-2004.ebuild index 0f5a107765da..e446265f7198 100644 --- a/app-sci/maestro/maestro-2004.ebuild +++ b/app-sci/maestro/maestro-2004.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/maestro/maestro-2004.ebuild,v 1.1 2004/02/26 23:43:40 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maestro/maestro-2004.ebuild,v 1.2 2004/02/26 23:46:08 zx Exp $ DESCRIPTION="Maestro is a public release software package that NASA scientists use to operate the Spirit and Opportunity Rovers." SRC_URI="http://freecache.org/http://mars9.telascience.org:81/softwaredownload/Maestro-Linux.tar.gz" @@ -38,4 +38,6 @@ pkg_postinst() { einfo "Dataset updates can be found online at:" einfo " http://mars.telascience.org/update" einfo + einfo "To run maestro, simply type: maestro" + einfo } |