diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-18 09:55:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-18 09:55:19 +0300 |
commit | b05cbab8bc30cd9dcf4fbe2f0f8222a55c070a63 (patch) | |
tree | 4b16161a58681401645a59dc70891065242f8aef /core/ca-certificates/post-install | |
parent | 31443a897f32c77ba0f98efe608162f8e052e453 (diff) | |
download | repository-b05cbab8bc30cd9dcf4fbe2f0f8222a55c070a63.tar.gz |
ca-certificates: install update-certdata to /usr/bin
Diffstat (limited to 'core/ca-certificates/post-install')
-rwxr-xr-x | core/ca-certificates/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ca-certificates/post-install b/core/ca-certificates/post-install index 84fe02d4..8ee4d0ea 100755 --- a/core/ca-certificates/post-install +++ b/core/ca-certificates/post-install @@ -1,3 +1,3 @@ #!/bin/sh -"$KISS_ROOT/etc/certificates/update-certdata.sh" +/usr/bin/update-certdata |