diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-21 17:43:01 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-23 01:21:28 -0400 |
commit | 6b6e41d2adff7a437e54bb7a57f02bbd52a08fee (patch) | |
tree | cf179116fd70a90c410d70aa3b2a684e33ee52e9 /gnome-extra | |
parent | gnome-extra/cinnamon-settings-daemon: avoid automagic deps on gtk+[X,wayland] (diff) | |
download | gentoo-6b6e41d2adff7a437e54bb7a57f02bbd52a08fee.tar.gz gentoo-6b6e41d2adff7a437e54bb7a57f02bbd52a08fee.tar.bz2 gentoo-6b6e41d2adff7a437e54bb7a57f02bbd52a08fee.zip |
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@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/cinnamon/cinnamon-6.2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |