commit: 0ea579d1c747b43d8be3f711724098fa0e316b8e
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 6 12:55:45 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 6 12:57:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ea579d1
gnome-extra/commit: remove redundant xdg update
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
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
}