app-containers/pods: remove redundant xdg update

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-04-06 08:55:32 -04:00
parent 2e8684ce01
commit 4e42b5c1b4

View File

@@ -373,11 +373,9 @@ src_configure() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
xdg_icon_cache_update
}