diff options
Diffstat (limited to 'games-board/biloba')
-rw-r--r-- | games-board/biloba/biloba-0.9.3-r2.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games-board/biloba/biloba-0.9.3-r2.ebuild b/games-board/biloba/biloba-0.9.3-r2.ebuild index a79b45bdd803..cadf7ee1e240 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 -} |