diff options
author | 2008-05-24 09:08:15 +0000 | |
---|---|---|
committer | 2008-05-24 09:08:15 +0000 | |
commit | fabb0e2f940ddb8992d535ea751ca2eedb3f49b3 (patch) | |
tree | 951f7aedcabc1ce875f0684da135763bb0d08d10 /sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild | |
parent | Version bump; with new tools bookman and src2man. (diff) | |
download | historical-fabb0e2f940ddb8992d535ea751ca2eedb3f49b3.tar.gz historical-fabb0e2f940ddb8992d535ea751ca2eedb3f49b3.tar.bz2 historical-fabb0e2f940ddb8992d535ea751ca2eedb3f49b3.zip |
A minor ebuild fix
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild')
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
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 } |