streamlink: add postinstall for certificates

This commit is contained in:
Danny Rawlins 2019-03-02 15:02:01 +11:00
parent b5e7758a93
commit 1302f12814

4
streamlink/post-install Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
[ -e /etc/ssl/certs/ca-certificates.crt ] || ln -s ../cert.pem /etc/ssl/certs/ca-certificates.crt