diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-20 03:15:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-20 03:15:21 +0000 |
commit | 14e35502a9d3f7d15309f3788b353a211943200c (patch) | |
tree | 1f6b461ae56b7f7f30743d8ce7a3d5d5952886a7 | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-14e35502a9d3f7d15309f3788b353a211943200c.tar.gz gentoo-2-14e35502a9d3f7d15309f3788b353a211943200c.tar.bz2 gentoo-2-14e35502a9d3f7d15309f3788b353a211943200c.zip |
add support for sunbird #54988
-rw-r--r-- | eclass/mozilla-launcher.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass index 40a29e9e5dcf..8b0d057f4184 100644 --- a/eclass/mozilla-launcher.eclass +++ b/eclass/mozilla-launcher.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.2 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.3 2004/08/20 03:15:21 agriffis Exp $ ECLASS=mozilla-launcher INHERITED="$INHERITED $ECLASS" update_mozilla_launcher_symlinks() { - local f browsers="mozilla firefox thunderbird" + local f browsers="mozilla firefox thunderbird sunbird" cd ${ROOT}/usr/bin # Remove launcher symlinks that no longer apply |