diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-26 20:21:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-26 20:23:50 +0200 |
commit | 5a70b639ba64b3645d04d1947ddd30a8bf67b3b0 (patch) | |
tree | d762c43b66c970c1c21d5de99a9cd980a1702d23 /sci-visualization/kst | |
parent | sci-libs/dcmtk: 3.6.3 version bump, EAPI-6, openssl-1.1 compat (diff) | |
download | gentoo-5a70b639ba64b3645d04d1947ddd30a8bf67b3b0.tar.gz gentoo-5a70b639ba64b3645d04d1947ddd30a8bf67b3b0.tar.bz2 gentoo-5a70b639ba64b3645d04d1947ddd30a8bf67b3b0.zip |
sci-visualization/kst: Run xdg_desktop_database_update
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-visualization/kst')
-rw-r--r-- | sci-visualization/kst/kst-2.0.8.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild index 6b0ac253117b..6f068a906ed2 100644 --- a/sci-visualization/kst/kst-2.0.8.ebuild +++ b/sci-visualization/kst/kst-2.0.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils +inherit cmake-utils xdg-utils MY_P=Kst-${PV} @@ -60,3 +60,11 @@ src_configure() { cmake-utils_src_configure } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} |