commit: dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Jul 5 18:42:41 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Jul 5 18:42:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8feb6b
app-crypt/veracrypt: Update icon cache Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild b/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild index 0e883d6368ed..aaf43d2ed09c 100644 --- a/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild @@ -9,7 +9,7 @@ EAPI=8 # Please do not treeclean before February 2024 unless it's necessary. WX_GTK_VER="3.2-gtk3" -inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets +inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets xdg DESCRIPTION="Disk encryption with strong security based on TrueCrypt" HOMEPAGE="https://www.veracrypt.fr/en/Home.html" @@ -100,6 +100,7 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst ewarn "VeraCrypt has a very restrictive license. Please be explicitly aware" ewarn "of the limitations on redistribution of binaries or modified source." }