1
0
forked from ports/opt

p11-kit: post-install fix a removed symlink that steam and streamlink and possibly others use

This commit is contained in:
Danny Rawlins 2019-02-26 22:11:57 +11:00
parent 4698ff74d4
commit 936284b3cf

View File

@ -2,3 +2,6 @@
/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