void-packages/srcpkgs/mono/INSTALL

7 lines
136 B
Text
Raw Normal View History

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