copy ssl helper scripts
authorhackbard <hackbard>
Thu, 26 Jan 2006 00:55:25 +0000 (00:55 +0000)
committerhackbard <hackbard>
Thu, 26 Jan 2006 00:55:25 +0000 (00:55 +0000)
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
+               }