ca-certificates: etc/ssl/certs must exist for update-certificates.
This commit is contained in:
parent
24e285fc4e
commit
b5186b7073
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ case ${ACTION} in
|
|||
post)
|
||||
[ ! -d etc/ca-certificates/update.d ] && \
|
||||
install -d etc/ca-certificates/update.d
|
||||
[ ! -d etc/ssl/certs ] && install -d etc/ssl/certs
|
||||
usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'ca-certificates'
|
||||
pkgname=ca-certificates
|
||||
version=20110421
|
||||
revision=1
|
||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||
build_style=custom-install
|
||||
short_desc="Common CA certificates"
|
||||
|
|
Loading…
Reference in a new issue