diff options
author | 2004-06-07 03:56:32 +0000 | |
---|---|---|
committer | 2004-06-07 03:56:32 +0000 | |
commit | b07eeb2ef0831b26ecf276dbab3eab1f1ce41dbf (patch) | |
tree | a798009b69ea4e8e3122c2d61cf6564b830be7db /net-www/mozilla-firefox-bin | |
parent | Fix typo: src_postinstall -> pkg_postinst (diff) | |
download | historical-b07eeb2ef0831b26ecf276dbab3eab1f1ce41dbf.tar.gz historical-b07eeb2ef0831b26ecf276dbab3eab1f1ce41dbf.tar.bz2 historical-b07eeb2ef0831b26ecf276dbab3eab1f1ce41dbf.zip |
Fix typo: pkg_postun -> pkg_postrm
Diffstat (limited to 'net-www/mozilla-firefox-bin')
-rw-r--r-- | net-www/mozilla-firefox-bin/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mozilla-firefox-bin/ChangeLog b/net-www/mozilla-firefox-bin/ChangeLog index ecb57a7e889e..b5f5066ac0bc 100644 --- a/net-www/mozilla-firefox-bin/ChangeLog +++ b/net-www/mozilla-firefox-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla-firefox-bin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.7 2004/06/02 07:44:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.8 2004/06/07 03:56:32 agriffis Exp $ + + 06 Jun 2004; Aron Griffis <agriffis@gentoo.org> + mozilla-firefox-bin-0.8-r1.ebuild: + Fix typo: pkg_postun -> pkg_postrm 02 Jun 2004; Travis Tilley <lv@gentoo.org> mozilla-firefox-bin-0.8-r1.ebuild: diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild index a792702cce29..cb28d5a32f0d 100644 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild +++ b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.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/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild,v 1.2 2004/06/02 07:44:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild,v 1.3 2004/06/07 03:56:32 agriffis Exp $ inherit nsplugins eutils mozilla-launcher @@ -68,6 +68,6 @@ pkg_postinst() { update_mozilla_launcher_symlinks } -pkg_postun() { +pkg_postrm() { update_mozilla_launcher_symlinks } |