From 060acb26193685c1a46f0a7d69355cf52954a5a1 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 18 Apr 2021 17:44:25 +0200 Subject: [PATCH] x11-terms/terminus-bin: fix icon cache update inheriting xdg will automatically export the correct things to the correct phases, no need to set anything manually Closes: https://bugs.gentoo.org/783813 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild index 46fbb1a427..d4506f821c 100644 --- a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild +++ b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild @@ -60,7 +60,3 @@ src_install(){ doicon -s "${i}" ../terminus-"${i}".png done } - -pkg_postinst(){ - xdg_desktop_database_update -}