diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-08-02 15:10:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-08-02 15:10:53 +0000 |
commit | 3c68f941f5e059a7cd524060a9c5dc57da8087a2 (patch) | |
tree | 78b1386f47984d00592c9cf1a04f4c23a4f13dab /x11-wm/openbox | |
parent | Closes bugs 23597 and 24914. also change DEPEND to =newspost-2.0 (diff) | |
download | historical-3c68f941f5e059a7cd524060a9c5dc57da8087a2.tar.gz historical-3c68f941f5e059a7cd524060a9c5dc57da8087a2.tar.bz2 historical-3c68f941f5e059a7cd524060a9c5dc57da8087a2.zip |
added einfo in pkg_postinst
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.0_alpha4.ebuild | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest index b3ebcda6d76c..ff26da9a9dba 100644 --- a/x11-wm/openbox/Manifest +++ b/x11-wm/openbox/Manifest @@ -1,4 +1,4 @@ -MD5 c023c89e9503fe7d624662e2021afd48 openbox-3.0_alpha4.ebuild 885 +MD5 9b48f7d27547e97d8aa2ea9b0e8fb028 openbox-3.0_alpha4.ebuild 1142 MD5 cd8e991ef4a7829c1a715bf68403ecdf openbox-2.1.3-r4.ebuild 874 MD5 361ab57577c98f4fb489a3ccfcd22757 openbox-2.3.0.ebuild 1241 MD5 5dfe3a3dad2d7e59ec7e5fc229b3997f openbox-1.2.4.ebuild 629 diff --git a/x11-wm/openbox/openbox-3.0_alpha4.ebuild b/x11-wm/openbox/openbox-3.0_alpha4.ebuild index 1895e77a8a5c..03277d81d923 100644 --- a/x11-wm/openbox/openbox-3.0_alpha4.ebuild +++ b/x11-wm/openbox/openbox-3.0_alpha4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0_alpha4.ebuild,v 1.2 2003/08/02 12:19:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0_alpha4.ebuild,v 1.3 2003/08/02 15:10:49 seemant Exp $ IUSE="nls" @@ -32,3 +32,9 @@ src_install () { dodoc README AUTHORS ChangeLog TODO } +pkg_postinst () { + einfo "In Openbox 3, the rc and menu have been combined into rc3." + einfo "You can find a sample at /usr/share/openbox/rc3." + einfo "Openbox 3 is found at /usr/bin/openbox3," + einfo "Installed versions of openbox 2 are still available" +} |