summaryrefslogtreecommitdiff
blob: 1cd8a2d5e3d9f3848a487c13dcb15b53f4ea65a4 (plain)
1
2
3
4
5
6
7
8
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