diff options
Diffstat (limited to 'app-office/gnumeric/gnumeric-1.8.3.ebuild')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.8.3.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-office/gnumeric/gnumeric-1.8.3.ebuild b/app-office/gnumeric/gnumeric-1.8.3.ebuild index a5bafbcaad1c..cbd6fe673411 100644 --- a/app-office/gnumeric/gnumeric-1.8.3.ebuild +++ b/app-office/gnumeric/gnumeric-1.8.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.8.3.ebuild,v 1.9 2008/09/28 07:59:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.8.3.ebuild,v 1.10 2008/12/04 22:04:07 eva Exp $ -inherit gnome2 flag-o-matic +inherit gnome2 flag-o-matic python DESCRIPTION="Gnumeric, the GNOME Spreadsheet" HOMEPAGE="http://www.gnome.org/projects/gnumeric/" @@ -93,3 +93,8 @@ src_install() { /usr/share/gnome/help/gnumeric \ /usr/share/${PN}/${PV}/doc } + +pkg_postinst() { + gnome2_pkg_postinst + python_need_rebuild +} |