net-im/srain: Use xdg instead of xdg-utils

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-05-24 09:55:47 +02:00
parent 694079fc31
commit d9f94c8a2c

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit eutils xdg-utils
inherit eutils xdg
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
HOMEPAGE="https://github.com/SrainApp/srain"
@@ -36,13 +36,3 @@ RDEPEND="${DEPEND}
src_configure(){
econf $(use_enable debug)
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}