summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-17 02:10:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-17 02:10:15 +0000
commit8372aed6a963459aa0c1d536f3abbd0465c7930e (patch)
tree86f5085d9e530371018fc014087e2d365d879fb8 /mail-client
parentMarked 0.6.3 stable (x86) (Manifest recommit) (diff)
downloadgentoo-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.ebuild5
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
}