Added prebuild to vi PKGBUILD
[Archlinux-Stable.git] / support / openvpn / openvpn.install
blob097caa548387728cc550306e56542397879e0036
3 post_install() {
4   cat << 'EOM'
5   
6   ==>
7   ==> PLEASE NOTE:
8   ==> Config file examples are provided in /etc/openvpn/examples.
9   ==> 
10   ==> The "easy-rsa" key management scripts are available in
11   ==> /usr/share/openvpn/easy-rsa.
12   ==>
14 EOM
17 post_upgrade() {
18   cat << 'EOM'
19   
20   ==>
21   ==> PLEASE NOTE:
22   ==> The openvpn package now includes the "easy-rsa" key
23   ==> management scripts, which are installed in 
24   ==> /use/share/openvpn/easy-rsa.
25   ==>
27 EOM
29       
30 op=$1
31 shift
32 $op $*