summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordimadenisjuk2021-06-07 17:03:37 +0300
committerdimadenisjuk2021-06-07 17:03:37 +0300
commit612add1909aeec4f39128b5e45e77661502603d1 (patch)
tree57bd81cdb18d6f99d8da78e958839fc031357543
parent0b70be6b3caf1dcf0304c1eee2b983346b5738ec (diff)
downloadaur-612add1909aeec4f39128b5e45e77661502603d1.tar.gz
echo "See wiki <link>" added
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ff7306edb6c..d526988e95ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,4 +49,5 @@ package() {
# needs to change binary directory from /usr/sbin to /usr/bin
make DESTDIR="$pkgdir/" install
ln -s $pkgdir/usr/lib/libcryptsetup.so $pkgdir/usr/lib/libcryptsetup.so.12
+ echo "see https://github.com/kriswebdev/cryptsetup-deluks/wiki/System-encryption for more information."
}