diff options
author | 2006-06-05 16:15:11 +0000 | |
---|---|---|
committer | 2006-06-05 16:15:11 +0000 | |
commit | 19cb5a1b808b7c78eb41141f71f416b75b259d59 (patch) | |
tree | f07041ac52c7a2d1cc47f4daebe4b9c0a3535b5b /app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild | |
parent | add helpful notice for users #134482 by David Grant (diff) | |
download | gentoo-2-19cb5a1b808b7c78eb41141f71f416b75b259d59.tar.gz gentoo-2-19cb5a1b808b7c78eb41141f71f416b75b259d59.tar.bz2 gentoo-2-19cb5a1b808b7c78eb41141f71f416b75b259d59.zip |
add helpful notice for users #134482 by David Grant
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild index fcbddea9d4f8..35d354f245b8 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild,v 1.5 2006/01/25 22:54:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild,v 1.6 2006/06/05 16:15:11 vapier Exp $ inherit eutils @@ -40,3 +40,8 @@ src_install() { insinto /opt/cxoffice/etc doins support/templates/cxoffice.conf } + +pkg_postinst() { + einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create" + einfo "bottles and install Windows applications." +} |