updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / crypt / startcrypt.install
blobeacbe7526e898be347ac7b5bbf9fe92cfbc4ed68
2 # arg 1:  the new package version
3 post_install() {
4 cat << EOF
6 Note that startcrypt runtime depends are:
7 ==> cryptsetup,truecrypt-utils
9 (cryptsetup is probably already installed, and you don't
10 need to install truecrypt-utils if you don't plan to use
11 volumes encrypted with truecrypt)
13 To use startcrypt, create profile for each encrypted volume in:
14 /etc/crypt-profiles/ (/etc/crypt-profiles/template explains how to do that)
16 Also, add /etc/rc.d/crypt to DAEMONS field in /etc/rc.conf
18 EOF
21 # arg 1:  the new package version
22 # arg 2:  the old package version
23 post_upgrade() {
24   post_install $1
27 op=$1
28 shift
29 $op $*