forked from ports/contrib
streamlink: add postinstall for certificates
This commit is contained in:
parent
b5e7758a93
commit
1302f12814
4
streamlink/post-install
Executable file
4
streamlink/post-install
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -e /etc/ssl/certs/ca-certificates.crt ] || ln -s ../cert.pem /etc/ssl/certs/ca-certificates.crt
|
||||
|
Loading…
x
Reference in New Issue
Block a user