app-benchmarks/phoronix-test-suite: Please make sure to call xdg_desktop_database_update fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-07-19 15:17:38 +04:00
parent bbcbd2a84b
commit 861b496937

View File

@@ -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
}