diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-06-24 20:52:54 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-06-24 20:52:54 +0200 |
commit | 9c7a8c6288036985e21d307b29070ccc5a97d27f (patch) | |
tree | 728f6870451af77eb4bc90738ba8560e37abcf5a /sys-auth/AusweisApp2 | |
parent | sys-auth/AusweisApp2: bump to version 1.20.1 (diff) | |
download | gentoo-9c7a8c6288036985e21d307b29070ccc5a97d27f.tar.gz gentoo-9c7a8c6288036985e21d307b29070ccc5a97d27f.tar.bz2 gentoo-9c7a8c6288036985e21d307b29070ccc5a97d27f.zip |
sys-auth/AusweisApp2: update live ebuild
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-auth/AusweisApp2')
-rw-r--r-- | sys-auth/AusweisApp2/AusweisApp2-9999.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild index a4ae965bed85..6d319e9081a1 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 +} |