Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
truecrypt
> truecrypt-stop.sh
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File truecrypt-stop.sh of Package truecrypt (Revision 7)
Currently displaying revision
7
,
show latest
# 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 -l > /dev/null 2>&1 || /usr/bin/truecrypt -d eend $? fi