diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2004-04-05 13:56:44 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2004-04-05 13:56:44 +0000 |
commit | faad93b8a3d2aa63db681073fa0728395a0077d9 (patch) | |
tree | 1f64b4f2421b48c69a8fbf4f9392796ecbd0e485 /app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild | |
parent | Add warning about having to redo the user settings (Manifest recommit) (diff) | |
download | gentoo-2-faad93b8a3d2aa63db681073fa0728395a0077d9.tar.gz gentoo-2-faad93b8a3d2aa63db681073fa0728395a0077d9.tar.bz2 gentoo-2-faad93b8a3d2aa63db681073fa0728395a0077d9.zip |
Add warning about redoing the user settings
Diffstat (limited to 'app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild index 921548468bad..8c62e413a121 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1.1.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-office/openoffice-bin/openoffice-bin-1.1.1.ebuild,v 1.3 2004/04/01 11:51:06 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild,v 1.4 2004/04/05 13:56:44 suka Exp $ IUSE="kde gnome" @@ -202,5 +202,11 @@ pkg_postinst() { einfo " oocalc, oodraw, ooimpress, oomath, ooweb or oowriter" einfo einfo "******************************************************************" + einfo + einfo "******************************************************************" + einfo " If you are upgrading from OpenOffice.org 1.1.0 you will have" + einfo " to redo your settings." + einfo + einfo "******************************************************************" } |