commit: 9c7a8c6288036985e21d307b29070ccc5a97d27f Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Jun 24 18:52:54 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jun 24 18:52:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7a8c62
sys-auth/AusweisApp2: update live ebuild Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-auth/AusweisApp2/AusweisApp2-9999.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild index a4ae965bed8..6d319e9081a 100644 --- a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild +++ b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake git-r3 +inherit cmake git-r3 xdg-utils DESCRIPTION="Official authentication app for German ID cards and residence permits" HOMEPAGE="https://www.ausweisapp.bund.de/" @@ -37,3 +37,11 @@ src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF ) cmake_src_configure } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}
