diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-20 20:23:27 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-20 20:23:27 +0000 |
commit | 9a133ea5739892052fa719aff163ee7fa5493fd7 (patch) | |
tree | b9f63ab27b2eb22694cf282d2aa38b43ca11eb70 /x11-wm/aewm++ | |
parent | tweak to get libs and glx with -fPIC compiled (diff) | |
download | gentoo-2-9a133ea5739892052fa719aff163ee7fa5493fd7.tar.gz gentoo-2-9a133ea5739892052fa719aff163ee7fa5493fd7.tar.bz2 gentoo-2-9a133ea5739892052fa719aff163ee7fa5493fd7.zip |
minor doc fix
Diffstat (limited to 'x11-wm/aewm++')
-rw-r--r-- | x11-wm/aewm++/aewm++-1.0.22.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-wm/aewm++/aewm++-1.0.22.ebuild b/x11-wm/aewm++/aewm++-1.0.22.ebuild index bc843f4ed549..f850706a7643 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.2 2002/11/20 17:48:15 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.22.ebuild,v 1.3 2002/11/20 20:23:27 mkennedy Exp $ IUSE="" @@ -22,9 +22,3 @@ 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" -} |