commit: 6b6e41d2adff7a437e54bb7a57f02bbd52a08fee
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 21:43:01 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 05:21:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6e41d2
gnome-extra/cinnamon: use a "more correct" xdg.eclass phase
Avoid calling postinst in postrm, even though they really just share an
impl at the moment.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
gnome-extra/cinnamon/cinnamon-6.2.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
b/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
index faad5075ad15..e518322c4ef2 100644
--- a/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
@@ -201,6 +201,6 @@ pkg_postinst() {
}
pkg_postrm() {
- xdg_pkg_postinst
+ xdg_pkg_postrm
gnome2_schemas_update
}