commit: 48c66df4cbfde27dde9bc01e3c4036f7a7643cc0 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Oct 31 13:16:27 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Oct 31 13:16:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48c66df4
sys-power/auto-cpufreq: remove confusing log message xdg_* already logs when it's updating the cache. Also, "Updating XDG" message was printed after the action has been completed. Closes: https://github.com/gentoo/guru/pull/240 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> sys-power/auto-cpufreq/auto-cpufreq-2.4.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-power/auto-cpufreq/auto-cpufreq-2.4.0.ebuild b/sys-power/auto-cpufreq/auto-cpufreq-2.4.0.ebuild index 19c577dd3..d46cf7b54 100644 --- a/sys-power/auto-cpufreq/auto-cpufreq-2.4.0.ebuild +++ b/sys-power/auto-cpufreq/auto-cpufreq-2.4.0.ebuild @@ -101,8 +101,6 @@ pkg_postinst() { xdg_icon_cache_update xdg_desktop_database_update - elog "Updating XDG database" - elog "The auto-cpufreq override file will be stored in /var/lib/auto-cpufreq/override.pickle" # Create log file
