commit:     5d8c04290038b9ac1787c75a5574f3b71537a750
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 14:44:19 2024 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 14:44:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8c0429

x11-misc/notify-osd: remove gnome2_icon_savelist/gnome2_icon_cache_update call

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/notify-osd/notify-osd-0.9.34-r2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-misc/notify-osd/notify-osd-0.9.34-r2.ebuild 
b/x11-misc/notify-osd/notify-osd-0.9.34-r2.ebuild
index 37513942a8c4..789a23455ea9 100644
--- a/x11-misc/notify-osd/notify-osd-0.9.34-r2.ebuild
+++ b/x11-misc/notify-osd/notify-osd-0.9.34-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -57,16 +57,15 @@ src_install() {
 }
 
 pkg_preinst() {
-       gnome2_icon_savelist
        gnome2_schemas_savelist
 }
 
 pkg_postinst() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
        gnome2_schemas_update
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
        gnome2_schemas_update
 }

Reply via email to