diff options
author | 2007-07-09 01:33:37 +0000 | |
---|---|---|
committer | 2007-07-09 01:33:37 +0000 | |
commit | 725450774ad25e8501eb63024b4f3de4b09fe194 (patch) | |
tree | 09e631041e80b0b521131246915b4494695fb0fa /sci-mathematics | |
parent | Update configure options used; tie more to USE=debug and USE=profile. (diff) | |
download | gentoo-2-725450774ad25e8501eb63024b4f3de4b09fe194.tar.gz gentoo-2-725450774ad25e8501eb63024b4f3de4b09fe194.tar.bz2 gentoo-2-725450774ad25e8501eb63024b4f3de4b09fe194.zip |
removed extra postinst
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/geomview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/geomview/geomview-1.9.2.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sci-mathematics/geomview/ChangeLog b/sci-mathematics/geomview/ChangeLog index fb839a4dce1e..ad21aa92306c 100644 --- a/sci-mathematics/geomview/ChangeLog +++ b/sci-mathematics/geomview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/geomview # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.6 2007/07/09 01:24:15 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.7 2007/07/09 01:33:37 nerdboy Exp $ + + 09 Jul 2007; Steve Arnold <nerdboy@gentoo.org> geomview-1.9.2.ebuild: + removed extra postinst 09 Jul 2007; Steve Arnold <nerdboy@gentoo.org> geomview-1.9.2.ebuild: updated desktop entry and added calls to desktop_database_update diff --git a/sci-mathematics/geomview/geomview-1.9.2.ebuild b/sci-mathematics/geomview/geomview-1.9.2.ebuild index fa0ad2024cb7..9e0b71ce6583 100644 --- a/sci-mathematics/geomview/geomview-1.9.2.ebuild +++ b/sci-mathematics/geomview/geomview-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild,v 1.2 2007/07/09 01:24:15 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild,v 1.3 2007/07/09 01:33:37 nerdboy Exp $ inherit eutils flag-o-matic fdo-mime @@ -70,6 +70,8 @@ src_install() { } pkg_postinst() { + fdo-mime_desktop_database_update + elog "GeomView expects you to have both Firefox and Xpdf installed for" elog "viewing the documentation (this can be changed at runtime)." elog "" @@ -85,10 +87,6 @@ pkg_postinst() { elog "" } -pkg_postinst() { - fdo-mime_desktop_database_update -} - pkg_postrm() { fdo-mime_desktop_database_update } |