diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-17 02:10:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-17 02:10:15 +0000 |
commit | 8372aed6a963459aa0c1d536f3abbd0465c7930e (patch) | |
tree | 86f5085d9e530371018fc014087e2d365d879fb8 /mail-client | |
parent | Marked 0.6.3 stable (x86) (Manifest recommit) (diff) | |
download | gentoo-2-8372aed6a963459aa0c1d536f3abbd0465c7930e.tar.gz gentoo-2-8372aed6a963459aa0c1d536f3abbd0465c7930e.tar.bz2 gentoo-2-8372aed6a963459aa0c1d536f3abbd0465c7930e.zip |
add a helpful comment in pkg_postinst
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild index 680ae82a0892..4d825ba347be 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild,v 1.1 2004/06/17 00:37:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild,v 1.2 2004/06/17 02:10:15 agriffis Exp $ inherit nsplugins eutils mozilla-launcher @@ -77,6 +77,9 @@ pkg_postinst() { einfo "Extracting firefox-bin-${PV} initialization files" cd ${ROOT}/opt/thunderbird && tar xjpf ${FILESDIR}/thunderbird-bin-${PV}-init.tar.bz2 + # This should be called in the postinst and postrm of all the + # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and + # thunderbird-bin ebuilds. update_mozilla_launcher_symlinks } |