*/*: don't explicitly call xdg-utils functions

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-11-26 10:57:08 +13:00
parent a2ed67bb95
commit b6f8d947e3
13 changed files with 15 additions and 88 deletions

View File

@@ -50,13 +50,3 @@ src_install() {
make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@@ -50,13 +50,3 @@ src_install() {
make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@@ -50,13 +50,3 @@ src_install() {
make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}