From a67dd79143d591b8b58297d04235a9cf0788b409 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 14 Nov 2019 17:57:34 +0000 Subject: [PATCH] libressl: Add post-install script --- core/libressl/post-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 core/libressl/post-install diff --git a/core/libressl/post-install b/core/libressl/post-install new file mode 100755 index 00000000..c12dca76 --- /dev/null +++ b/core/libressl/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +/etc/ssl/update-certdata.sh