Skip to content

Commit

Permalink
app-benchmarks/phoronix-test-suite: Please make sure to call xdg_desk…
Browse files Browse the repository at this point in the history
…top_database_update fix

Signed-off-by: Vitaly Zdanevich <[email protected]>
  • Loading branch information
vitaly-zdanevich committed Jul 19, 2024
1 parent bbcbd2a commit 861b496
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 861b496

Please sign in to comment.