diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-12-31 20:31:59 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-12-31 20:31:59 +0700 |
commit | c368290e053a21a32273f3c3d521021f7c95575a (patch) | |
tree | 00bf41a234c57c675949d78ec3f1a2c81d248af2 /sci-mathematics/maxima | |
parent | sci-mathematics/wxmaxima: use wxwidgets.eclass (diff) | |
download | gentoo-c368290e053a21a32273f3c3d521021f7c95575a.tar.gz gentoo-c368290e053a21a32273f3c3d521021f7c95575a.tar.bz2 gentoo-c368290e053a21a32273f3c3d521021f7c95575a.zip |
sci-mathematics/maxima: call xdg_mimeinfo_database_update
Closes: https://bugs.gentoo.org/642820
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.41.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild index d525a57c25f4..c9917d44ca01 100644 --- a/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools elisp-common eutils +inherit autotools elisp-common eutils xdg DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -194,6 +194,7 @@ src_install() { } pkg_postinst() { + xdg_mimeinfo_database_update if use emacs; then elisp-site-regen mktexlsr @@ -201,6 +202,7 @@ pkg_postinst() { } pkg_postrm() { + xdg_mimeinfo_database_update if use emacs; then elisp-site-regen mktexlsr |