summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/veracrypt/veracrypt-1.25.9-r1.ebuild3
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."
}