Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/kst/
Date: Sun, 26 Aug 2018 18:24:17
Message-Id: 1535307830.5a70b639ba64b3645d04d1947ddd30a8bf67b3b0.asturm@gentoo
1 commit: 5a70b639ba64b3645d04d1947ddd30a8bf67b3b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 18:21:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 18:23:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a70b639
7
8 sci-visualization/kst: Run xdg_desktop_database_update
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-visualization/kst/kst-2.0.8.ebuild | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild
16 index 6b0ac253117..6f068a906ed 100644
17 --- a/sci-visualization/kst/kst-2.0.8.ebuild
18 +++ b/sci-visualization/kst/kst-2.0.8.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit cmake-utils
24 +inherit cmake-utils xdg-utils
25
26 MY_P=Kst-${PV}
27
28 @@ -60,3 +60,11 @@ src_configure() {
29
30 cmake-utils_src_configure
31 }
32 +
33 +pkg_postinst() {
34 + xdg_desktop_database_update
35 +}
36 +
37 +pkg_postrm() {
38 + xdg_desktop_database_update
39 +}