mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
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:
@@ -117,8 +117,13 @@ src_install() {
|
|||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_icon_cache_update
|
xdg_icon_cache_update
|
||||||
xdg_mimeinfo_database_update
|
xdg_mimeinfo_database_update
|
||||||
|
xdg_desktop_database_update
|
||||||
|
|
||||||
ewarn "${PN} has the following optional package dependencies:"
|
ewarn "${PN} has the following optional package dependencies:"
|
||||||
get_optional_dependencies "${GENTOO_OPTIONAL_PKGS_XML}"
|
get_optional_dependencies "${GENTOO_OPTIONAL_PKGS_XML}"
|
||||||
unset -v GENTOO_OPTIONAL_PKGS_XML
|
unset -v GENTOO_OPTIONAL_PKGS_XML
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_desktop_database_update
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user