vp-build/srcpkgs/mono/INSTALL

7 lines
135 B
Plaintext

# import CA certificates installed on the system in mono
case "$ACTION" in
post)
cert-sync etc/ssl/certs/ca-certificates.crt
;;
esac