diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-05 20:42:41 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-05 20:42:56 +0200 |
commit | dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98 (patch) | |
tree | 873ddc02b05b8df7026b61549067ed19c0fbe468 /app-crypt | |
parent | dev-python/portend: keyword 3.2.0 for ~mips (diff) | |
download | gentoo-dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98.tar.gz gentoo-dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98.tar.bz2 gentoo-dd8feb6b9c9b4e9a53b582294ce42a38e7f36a98.zip |
app-crypt/veracrypt: Update icon cache
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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." } |