void-packages/srcpkgs/mono/INSTALL
Helmut Pozimski ff75e05019 mono: fix absolute path in INSTALL
Closes: #7038 [via git-merge-pr]
2017-07-13 16:21:58 +02:00

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