From: hackbard Date: Thu, 26 Jan 2006 00:55:25 +0000 (+0000) Subject: copy ssl helper scripts X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=c8b40bd6c71b3c28019d278a066f89b10cb1f175 copy ssl helper scripts --- diff --git a/packages/security/openvpn/openvpn b/packages/security/openvpn/openvpn index 8ee2e01..ac22419 100644 --- a/packages/security/openvpn/openvpn +++ b/packages/security/openvpn/openvpn @@ -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 + }