ca-certificates: etc/ssl/certs must exist for update-certificates.

This commit is contained in:
Juan RP 2011-06-22 23:13:25 +02:00
parent 24e285fc4e
commit b5186b7073
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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"