diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-11 01:59:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-11 01:59:57 +0300 |
commit | 5351806cde46a6d7b28c22cc69d1da6378da63ec (patch) | |
tree | ddc6b6c568928dd54b000b5fe88b1be5b094a3a0 /extra/libressl/post-install | |
parent | 29b6f84458ec6bad399d5246bbdba9303061f27c (diff) | |
download | repository-5351806cde46a6d7b28c22cc69d1da6378da63ec.tar.gz |
libressl: move to extra
Diffstat (limited to 'extra/libressl/post-install')
-rwxr-xr-x | extra/libressl/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/libressl/post-install b/extra/libressl/post-install new file mode 100755 index 00000000..8f76be97 --- /dev/null +++ b/extra/libressl/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +"$KISS_ROOT/etc/ssl/update-certdata.sh" |