ff75e05019
Closes: #7038 [via git-merge-pr]
6 lines
135 B
Text
6 lines
135 B
Text
# import CA certificates installed on the system in mono
|
|
case "$ACTION" in
|
|
post)
|
|
cert-sync etc/ssl/certs/ca-certificates.crt
|
|
;;
|
|
esac
|