opt/p11-kit/post-install

8 lines
168 B
Bash
Executable File

#!/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