sci-chemistry/xcrysden: use xdg over xdg-utils

Signed-off-by: Patrick J Taylor <patrick.joseph.taylor@gmail.com>
This commit is contained in:
Patrick J Taylor
2022-09-09 23:22:28 +01:00
parent c5de4c6966
commit fef1b3cef4

View File

@@ -3,8 +3,7 @@
EAPI=8
inherit desktop
inherit xdg-utils
inherit desktop xdg
DESCRIPTION="For the visualisation of molecular and crystal structures."
@@ -57,11 +56,3 @@ src_install() {
/usr/share/doc/${P}/examples/FermiSurface \
/usr/share/man/
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}