*/*: migrate to xdg.eclass from xdg-utils.eclass

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-25 23:51:55 +13:00
parent 29d1e18571
commit af41bcad5b
5 changed files with 5 additions and 53 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit xdg-utils
inherit xdg
MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976"
@@ -34,11 +34,3 @@ src_install() {
default
}
pkg_postinst() {
use icons && xdg_icon_cache_update
}
pkg_postrm() {
use icons && xdg_icon_cache_update
}