diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 04:02:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 04:02:50 +0000 |
commit | 156af8512a5a57c14905c0617e6ce24b83237774 (patch) | |
tree | 6713b129743fb75a79a88e89bfba587e5c22e1b0 /x11-misc/commonbox-utils | |
parent | tiny issue only effected users of colortail (diff) | |
download | historical-156af8512a5a57c14905c0617e6ce24b83237774.tar.gz historical-156af8512a5a57c14905c0617e6ce24b83237774.tar.bz2 historical-156af8512a5a57c14905c0617e6ce24b83237774.zip |
add gnome and kde menus to *box, if available
Diffstat (limited to 'x11-misc/commonbox-utils')
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild index 59b941feb5c9..b9f907003637 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild,v 1.1 2002/07/14 22:05:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild,v 1.2 2002/07/15 04:02:50 seemant Exp $ S=${WORKDIR} DESCRIPTION="Common utilities for flux|black|open(box). Provides bsetroot, bsetbg, and commonbox-menugen." @@ -31,5 +31,5 @@ src_install () { pkg_postinst() { - commonbox-menugen + commonbox-menugen -kg } |