From 8f95cf64ef742b741d61f5bad3181c1610039575 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 19 Nov 2025 20:35:44 +0200 Subject: [PATCH] Keep etc/ca-certificates.conf --- pkg.info | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 50b9b35..b81a6d6 100644 --- a/pkg.info +++ b/pkg.info @@ -1,12 +1,14 @@ name: ca-certificates description: Common CA certificates for SSL/TLS from Mozilla version: "20250419" -revision: 1 +revision: 2 url: https://wiki.mozilla.org/NSS:Root_certs license: GPL2-or-later,MPL2 architecture: any output_architecture: any type: source +keep: + - etc/ca-certificates.conf depends: - coreutils - findutils