From: Ervin Peters Date: Sat, 18 Nov 2017 01:23:42 +0000 (+0100) Subject: app-editors/scite: Add inherit xdg-utils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8c1e42deb79f1ccbb0ffaa1526731039af792cf1;p=gentoo.git app-editors/scite: Add inherit xdg-utils Closes: https://bugs.gentoo.org/628716 Package-Manager: Portage-2.3.14, Repoman-2.3.5 --- diff --git a/app-editors/scite/scite-3.5.5.ebuild b/app-editors/scite/scite-3.5.5.ebuild index e63650313670..e780172d8def 100644 --- a/app-editors/scite/scite-3.5.5.ebuild +++ b/app-editors/scite/scite-3.5.5.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit toolchain-funcs eutils +inherit toolchain-funcs eutils xdg-utils MY_PV=${PV//./} DESCRIPTION="A very powerful editor for programmers" @@ -82,3 +82,11 @@ src_install() { doman ../doc/scite.1 dodoc ../README } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}