diff options
author | Julien Roy <julien@jroy.ca> | 2024-04-06 08:56:22 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-04-06 08:57:19 -0400 |
commit | 36246f6ef5d886f774a087e68364914f944239d8 (patch) | |
tree | b545c62c8284a8fd69695c84e7932f677c609a67 /net-news | |
parent | media-video/delfin: remove redundant xdg update (diff) | |
download | guru-36246f6ef5d886f774a087e68364914f944239d8.tar.gz guru-36246f6ef5d886f774a087e68364914f944239d8.tar.bz2 guru-36246f6ef5d886f774a087e68364914f944239d8.zip |
net-news/newsflash: remove redundant xdg update
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/newsflash/newsflash-3.1.6.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-news/newsflash/newsflash-3.1.6.ebuild b/net-news/newsflash/newsflash-3.1.6.ebuild index 0bfedb554..03b947eb8 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 } |