opt/p11-kit/post-install

8 lines
168 B
Plaintext
Raw Normal View History

2019-02-20 15:03:43 +01:00
#!/bin/sh
/usr/bin/update-ca-trust
# steam and streamlink use this
[ -e /etc/ssl/certs/ca-certificates.crt ] || ln -s ../cert.pem /etc/ssl/certs/ca-certificates.crt