1
0
Fork 0

sci-visualization/mricrogl: icon installation

improved with new desktop eclass

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-04-01 06:43:26 -04:00
parent fb4f11b129
commit 5d58e9da32
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,7 @@
01 Apr 2020; <chymera@gentoo.org> mricrogl-1.2.20200331.ebuild:
sci-visualization/mricrogl: icon installation improved with new desktop
eclass
*mricrogl-1.2.20200331 (01 Apr 2020)
01 Apr 2020; <chymera@gentoo.org> +mricrogl-1.2.20200331.ebuild:

View File

@ -3,7 +3,7 @@
EAPI=7
inherit eutils gnome2-utils
inherit eutils desktop
DEMOS_HASH="d07815f31093f28b47731f87f3f5ba5543f12d11"
PY4LAZ_HASH="8dc41685b547f0982755b90115d9a43a2d2b358c"
@ -47,10 +47,3 @@ src_install() {
make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg
popd
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}