diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-20 17:48:15 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-20 17:48:15 +0000 |
commit | e311d675145858636c893b94a84aed39bf43b2a8 (patch) | |
tree | e493fc626894e646943dd43fb58c5f859d67cf72 /x11-wm/aewm++ | |
parent | aewm license (diff) | |
download | historical-e311d675145858636c893b94a84aed39bf43b2a8.tar.gz historical-e311d675145858636c893b94a84aed39bf43b2a8.tar.bz2 historical-e311d675145858636c893b94a84aed39bf43b2a8.zip |
*** empty log message ***
Diffstat (limited to 'x11-wm/aewm++')
-rw-r--r-- | x11-wm/aewm++/aewm++-1.0.22.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/aewm++/aewm++-1.0.22.ebuild b/x11-wm/aewm++/aewm++-1.0.22.ebuild index 56b24c43f2ec..bc843f4ed549 100644 --- a/x11-wm/aewm++/aewm++-1.0.22.ebuild +++ b/x11-wm/aewm++/aewm++-1.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.22.ebuild,v 1.1 2002/11/20 17:22:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.22.ebuild,v 1.2 2002/11/20 17:48:15 mkennedy Exp $ IUSE="" @@ -21,7 +21,9 @@ src_compile() { src_install() { make DESTDIR=${D} XROOT=usr/ install || die dodoc ChangeLog INSTALL README LICENSE +} +pkg_postinst() { einfo "Edit your ~/.xinitrc and add: exec aewm++" einfo "" einfo "The goodies are now in x11-wm/aem" |