gnome-extra/gnome-commander: Fix redundant pkg_postrm phase

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-09-27 18:49:51 +02:00
parent 0ae38d7d0a
commit 0e02bf330b

View File

@@ -59,8 +59,3 @@ pkg_postinst() {
gnome2_pkg_postinst
optfeature "synchronizing files and directories" dev-util/meld
}
pkg_postrm() {
gnome2_pkg_postrm
gnome2_schemas_update
}