games-emulation/duckstation: change xdg-utils to xdg

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina@myrvogna.net>
This commit is contained in:
Octiabrina Terrien-Puig
2021-04-09 09:29:36 +02:00
parent 0883021fe2
commit 0f67305588

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake desktop git-r3 xdg-utils
inherit xdg cmake desktop git-r3
DESCRIPTION="Fast Sony PlayStation (PSX) emulator"
HOMEPAGE="https://github.com/stenzek/duckstation"
@@ -93,11 +93,3 @@ src_install() {
fperms +x /opt/${PN}/duckstation-qt
fi
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}