summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild')
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild
index 09fce78f31f8..e1129b5fc3cd 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild,v 1.12 2009/09/13 08:07:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.6.1.ebuild,v 1.13 2009/09/13 13:46:44 darkside Exp $
EAPI=2
inherit flag-o-matic xfconf
@@ -44,3 +44,9 @@ src_configure() {
use profile && filter-flags -fomit-frame-pointer
xfconf_src_configure
}
+
+pkg_postinst() {
+ xfconf_pkg_postinst
+ elog "If you would like to see fortunes with xfce4-tips, then install
+ games-misc/fortune-mod"
+}