summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild')
-rw-r--r--app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild
index 0df6089acc44..f5b044e4d7be 100644
--- a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild
+++ b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.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.1.ebuild,v 1.2 2006/01/25 22:54:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.1.ebuild,v 1.3 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."
+}