diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-05-24 09:08:15 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-05-24 09:08:15 +0000 |
commit | 341d9914f699d7f3a9e7791983af08ee36549286 (patch) | |
tree | af575c546697a0ffbf3f89209250a7156f78cfa8 /sci-visualization/qtiplot | |
parent | Version bump; with new tools bookman and src2man. (diff) | |
download | gentoo-2-341d9914f699d7f3a9e7791983af08ee36549286.tar.gz gentoo-2-341d9914f699d7f3a9e7791983af08ee36549286.tar.bz2 gentoo-2-341d9914f699d7f3a9e7791983af08ee36549286.zip |
A minor ebuild fix
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization/qtiplot')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index dfbe1a3eef79..94ded8d9b70d 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.24 2008/05/21 08:51:31 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.25 2008/05/24 09:08:15 grozin Exp $ + + 24 May 2008; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.6.2.ebuild: + A minor ebuild fix *qtiplot-0.9.6.2 (21 May 2008) diff --git a/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild index 32e91e3e5343..d47c9eddb4d8 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.2 2008/05/21 15:53:01 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.3 2008/05/24 09:08:15 grozin Exp $ EAPI="1" inherit eutils multilib qt4 fdo-mime @@ -96,6 +96,7 @@ src_install() { } pkg_postinst() { + fdo-mime_desktop_database_update if use doc; then elog "On the first start, do Help -> Choose Help Folder" elog "and select /usr/share/doc/${PF}/html" @@ -105,10 +106,6 @@ pkg_postinst() { fi } -pkg_postinst() { - fdo-mime_desktop_database_update -} - pkg_postrm() { fdo-mime_desktop_database_update } |