summarylogtreecommitdiffstats
path: root/hqplayer-embedded.install
diff options
context:
space:
mode:
Diffstat (limited to 'hqplayer-embedded.install')
-rw-r--r--hqplayer-embedded.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/hqplayer-embedded.install b/hqplayer-embedded.install
index 0379a9a380bf..6aaee296a808 100644
--- a/hqplayer-embedded.install
+++ b/hqplayer-embedded.install
@@ -19,6 +19,9 @@ if [ ! -f "/etc/pki/tls/certs/ca-bundle.crt" ]; then
mkdir -p /etc/pki/tls/certs
ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
fi
+if [ ! -f "libsgllnx64-2.29.02.so" ]; then
+ln -s /opt/hqplayerd/lib/libsgllnx64-2.29.02.so libsgllnx64-2.29.02.so
+fi
}
post_upgrade() {
@@ -42,4 +45,7 @@ if [ ! -f "/etc/pki/tls/certs/ca-bundle.crt" ]; then
mkdir -p /etc/pki/tls/certs
ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
fi
+if [ ! -f "libsgllnx64-2.29.02.so" ]; then
+ln -s /opt/hqplayerd/lib/libsgllnx64-2.29.02.so libsgllnx64-2.29.02.so
+fi
}