653309c188
Credits to @Hoshpak.
6 lines
136 B
Text
6 lines
136 B
Text
# import CA certificates installed on the system in mono
|
|
case "$ACTION" in
|
|
post)
|
|
cert-sync /etc/ssl/certs/ca-certificates.crt
|
|
;;
|
|
esac
|