summarylogtreecommitdiffstats
path: root/hqplayer-embedded.install
diff options
context:
space:
mode:
authorblackhole2021-11-08 14:17:01 +0100
committerblackhole2021-11-08 14:17:01 +0100
commit00e3ee9e9b55c99323216eb1b12c64f90e4acdf0 (patch)
tree17d1dfd767542ff9277b99497138c0f2d90645ca /hqplayer-embedded.install
parent2db96a648be603cc898294264c5853fc549ae05f (diff)
downloadaur-00e3ee9e9b55c99323216eb1b12c64f90e4acdf0.tar.gz
Updated install file
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