copy ssl helper scripts
[hdw-linux/hdw-linux.git] / packages / security / openvpn / openvpn
index 8ee2e01..ac22419 100644 (file)
@@ -6,3 +6,7 @@
 # [V] 2.0.5
 # [D] openvpn-2.0.5.tar.gz http://openvpn.net/release/
 
+post_install() {
+       rm -rf $docdir && mkdir -p $docdir
+       cp -r easy-rsa $docdir
+               }