Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/
Date: Sun, 31 Dec 2017 13:32:34
Message-Id: 1514727119.c368290e053a21a32273f3c3d521021f7c95575a.grozin@gentoo
1 commit: c368290e053a21a32273f3c3d521021f7c95575a
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 13:31:59 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 13:31:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c368290e
7
8 sci-mathematics/maxima: call xdg_mimeinfo_database_update
9
10 Closes: https://bugs.gentoo.org/642820
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 sci-mathematics/maxima/maxima-5.41.0-r1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild
17 index d525a57c25f..c9917d44ca0 100644
18 --- a/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild
19 +++ b/sci-mathematics/maxima/maxima-5.41.0-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -inherit autotools elisp-common eutils
25 +inherit autotools elisp-common eutils xdg
26
27 DESCRIPTION="Free computer algebra environment based on Macsyma"
28 HOMEPAGE="http://maxima.sourceforge.net/"
29 @@ -194,6 +194,7 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 + xdg_mimeinfo_database_update
34 if use emacs; then
35 elisp-site-regen
36 mktexlsr
37 @@ -201,6 +202,7 @@ pkg_postinst() {
38 }
39
40 pkg_postrm() {
41 + xdg_mimeinfo_database_update
42 if use emacs; then
43 elisp-site-regen
44 mktexlsr