diff options
author | 2018-06-12 09:14:39 +0200 | |
---|---|---|
committer | 2018-06-12 09:17:04 +0200 | |
commit | 2d23d7408e6486ba7b9f956184cdcf8a6d79f82c (patch) | |
tree | d05134d81df157e7b20e638dfcdcdfea049034a2 /sci-astronomy | |
parent | sci-visualization/kst: EAPI-6 bump (diff) | |
download | gentoo-2d23d7408e6486ba7b9f956184cdcf8a6d79f82c.tar.gz gentoo-2d23d7408e6486ba7b9f956184cdcf8a6d79f82c.tar.bz2 gentoo-2d23d7408e6486ba7b9f956184cdcf8a6d79f82c.zip |
sci-astronomy/stellarium: eutils->desktop, drop obsolete pkg_preinst
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild index 40fe6f7f2789..84f3a93a0f1e 100644 --- a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils eutils flag-o-matic gnome2-utils + +inherit cmake-utils desktop flag-o-matic gnome2-utils DESCRIPTION="3D photo-realistic skies in real time" HOMEPAGE="http://www.stellarium.org/" @@ -98,10 +99,6 @@ src_install() { newicon doc/images/stellarium-logo.png ${PN}.png } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update } |