commit: 36246f6ef5d886f774a087e68364914f944239d8
Author: Julien Roy jroy ca>
AuthorDate: Sat Apr 6 12:56:22 2024 +
Commit: Julien Roy jroy ca>
CommitDate: Sat Apr 6 12:57:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36246f6e
net-news/newsflash: remove redundant xdg update
Signed-off-by: Julien Roy jroy.ca>
net-news/newsflash/newsflash-3.1.6.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/net-news/newsflash/newsflash-3.1.6.ebuild
b/net-news/newsflash/newsflash-3.1.6.ebuild
index 0bfedb554b..03b947eb80 100644
--- a/net-news/newsflash/newsflash-3.1.6.ebuild
+++ b/net-news/newsflash/newsflash-3.1.6.ebuild
@@ -528,7 +528,6 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
- xdg_icon_cache_update
elog "If you want scraper data in order to load some feeds directly in
NewsFlash;"
elog "Close this repository into ~/.local/share/news-flash/ :"
elog "https://github.com/fivefilters/ftr-site-config";
@@ -537,5 +536,4 @@ pkg_postinst() {
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
- xdg_icon_cache_update
}