commit: 861b49693757dcabfdcaa67b8b05fd6235cfea69
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jul 19 11:17:38 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul 19 11:17:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=861b4969
app-benchmarks/phoronix-test-suite: Please make sure to call
xdg_desktop_database_update fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild
b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild
index 31a304aa3..254dfad84 100644
--- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild
+++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild
@@ -117,8 +117,13 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
xdg_mimeinfo_database_update
+ xdg_desktop_database_update
ewarn "${PN} has the following optional package dependencies:"
get_optional_dependencies "${GENTOO_OPTIONAL_PKGS_XML}"
unset -v GENTOO_OPTIONAL_PKGS_XML
}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}