void-packages/srcpkgs/mono/INSTALL
Simon THOBY 653309c188 mono: update to 4.6.2.16
Credits to @Hoshpak.
2017-01-12 18:52:05 +01:00

7 lines
136 B
Plaintext

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