diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 15:17:38 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 15:17:38 +0400 |
commit | 861b49693757dcabfdcaa67b8b05fd6235cfea69 (patch) | |
tree | db18b725caf9a1bd2ebfba4758bf68a07078f927 /app-benchmarks | |
parent | app-benchmarks/phoronix-test-suite: HttpsUrlAvailable fix (diff) | |
download | guru-861b49693757dcabfdcaa67b8b05fd6235cfea69.tar.gz guru-861b49693757dcabfdcaa67b8b05fd6235cfea69.tar.bz2 guru-861b49693757dcabfdcaa67b8b05fd6235cfea69.zip |
app-benchmarks/phoronix-test-suite: Please make sure to call xdg_desktop_database_update fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} |