diff options
author | Julien Roy <julien@jroy.ca> | 2024-04-06 08:55:45 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-04-06 08:57:19 -0400 |
commit | 0ea579d1c747b43d8be3f711724098fa0e316b8e (patch) | |
tree | 6a0a59c9f291cd688581ac986c789a3b87117f55 | |
parent | app-containers/pods: remove redundant xdg update (diff) | |
download | guru-0ea579d1c747b43d8be3f711724098fa0e316b8e.tar.gz guru-0ea579d1c747b43d8be3f711724098fa0e316b8e.tar.bz2 guru-0ea579d1c747b43d8be3f711724098fa0e316b8e.zip |
gnome-extra/commit: remove redundant xdg update
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | gnome-extra/commit/commit-4.1-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnome-extra/commit/commit-4.1-r1.ebuild b/gnome-extra/commit/commit-4.1-r1.ebuild index 60e459752..ae5e9bb71 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 } |