diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-03-01 17:19:08 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-03-01 17:19:08 +0000 |
commit | 2e1254167d9425cea4ef9d2d4861ff096ba13a35 (patch) | |
tree | c7e62212781765385467f02d8521f754bf65a1d2 /app-crypt/truecrypt/files | |
parent | Revert intltool-extract detection; bug #168832 (diff) | |
download | historical-2e1254167d9425cea4ef9d2d4861ff096ba13a35.tar.gz historical-2e1254167d9425cea4ef9d2d4861ff096ba13a35.tar.bz2 historical-2e1254167d9425cea4ef9d2d4861ff096ba13a35.zip |
Added stop addon, bug#168691, thanks to Jakob Truelsen
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'app-crypt/truecrypt/files')
-rw-r--r-- | app-crypt/truecrypt/files/digest-truecrypt-4.2a-r3 | 3 | ||||
-rw-r--r-- | app-crypt/truecrypt/files/truecrypt-stop.sh | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/truecrypt/files/digest-truecrypt-4.2a-r3 b/app-crypt/truecrypt/files/digest-truecrypt-4.2a-r3 new file mode 100644 index 000000000000..6aac1268b685 --- /dev/null +++ b/app-crypt/truecrypt/files/digest-truecrypt-4.2a-r3 @@ -0,0 +1,3 @@ +MD5 6e60ead403fe23355f61341ccce68ff1 truecrypt-4.2a-source-code.tar.gz 1088418 +RMD160 8d5b142f9cc7de5693b527f8d708d9e1ebd1e2b3 truecrypt-4.2a-source-code.tar.gz 1088418 +SHA256 ba1892584bf52b5a12eef185563705774566a70537d139aef8770477dfe9636f truecrypt-4.2a-source-code.tar.gz 1088418 diff --git a/app-crypt/truecrypt/files/truecrypt-stop.sh b/app-crypt/truecrypt/files/truecrypt-stop.sh new file mode 100644 index 000000000000..1cd8a2d5e3d9 --- /dev/null +++ b/app-crypt/truecrypt/files/truecrypt-stop.sh @@ -0,0 +1,9 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 or later + +# Try to remove any dm-crypt mappings +if [ -x /usr/bin/truecrypt ]; then + ebegin "Removing truecrypt mappings" + /usr/bin/truecrypt -d + eend $? +fi |