diff --git a/games-board/biloba/biloba-0.9.3-r2.ebuild b/games-board/biloba/biloba-0.9.3-r2.ebuild index a79b45bdd803e..cadf7ee1e240b 100644 --- a/games-board/biloba/biloba-0.9.3-r2.ebuild +++ b/games-board/biloba/biloba-0.9.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools desktop xdg-utils +inherit autotools desktop xdg DESCRIPTION="a board game, up to 4 players, with AI and network" HOMEPAGE="http://biloba.sourceforge.net/" @@ -38,11 +38,3 @@ src_install() { newicon -s 64 biloba_icon.png ${PN}.png make_desktop_entry biloba Biloba } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}