From 0ea579d1c747b43d8be3f711724098fa0e316b8e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 6 Apr 2024 08:55:45 -0400 Subject: [PATCH] gnome-extra/commit: remove redundant xdg update Signed-off-by: Julien Roy --- gnome-extra/commit/commit-4.1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnome-extra/commit/commit-4.1-r1.ebuild b/gnome-extra/commit/commit-4.1-r1.ebuild index 60e4597529..ae5e9bb71c 100644 --- a/gnome-extra/commit/commit-4.1-r1.ebuild +++ b/gnome-extra/commit/commit-4.1-r1.ebuild @@ -59,11 +59,9 @@ src_install() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - xdg_icon_cache_update } pkg_postrm() { xdg_pkg_postrm gnome2_schemas_update - xdg_icon_cache_update }