summarylogtreecommitdiffstats
path: root/hqplayer-embedded.install
diff options
context:
space:
mode:
Diffstat (limited to 'hqplayer-embedded.install')
-rw-r--r--hqplayer-embedded.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/hqplayer-embedded.install b/hqplayer-embedded.install
index e05fef79bf2e..1417429f1ed4 100644
--- a/hqplayer-embedded.install
+++ b/hqplayer-embedded.install
@@ -2,11 +2,11 @@ post_install () {
chown -R hqplayer:hqplayer /var/hqplayer
chown -R hqplayer:hqplayer /etc/hqplayer
cd /usr/lib
-if [ ! -f "/usr/lib/libgupnp-1.0.so.4" ]; then
-ln libgupnp-1.2.so.0 libgupnp-1.0.so.4
+if [ ! -f "libgupnp-1.2.so.0" ]; then
+ln libgupnp-1.2.so.1 libgupnp-1.2.so.0
fi
-if [ ! -f "/usr/lib/libomp.so.5" ]; then
-ln libomp.so libomp.so.5
+if [ ! -f "libgupnp-av-1.0.so.2" ]; then
+ln libgupnp-av-1.0.so.3 libgupnp-av-1.0.so.2
fi
if [ ! -f "/etc/pki/tls/certs/ca-bundle.crt" ]; then
mkdir -p /etc/pki/tls/certs
@@ -18,11 +18,11 @@ post_upgrade() {
chown -R hqplayer:hqplayer /var/hqplayer
chown -R hqplayer:hqplayer /etc/hqplayer
cd /usr/lib
-if [ ! -f "/usr/lib/libgupnp-1.0.so.4" ]; then
-ln libgupnp-1.2.so.0 libgupnp-1.0.so.4
+if [ ! -f "libgupnp-1.2.so.0" ]; then
+ln libgupnp-1.2.so.1 libgupnp-1.2.so.0
fi
-if [ ! -f "/usr/lib/libomp.so.5" ]; then
-ln libomp.so libomp.so.5
+if [ ! -f "libgupnp-av-1.0.so.2" ]; then
+ln libgupnp-av-1.0.so.3 libgupnp-av-1.0.so.2
fi
if [ ! -f "/etc/pki/tls/certs/ca-bundle.crt" ]; then
mkdir -p /etc/pki/tls/certs