summarylogtreecommitdiffstats
path: root/hqplayer-pro.install
diff options
context:
space:
mode:
authorblackhole2022-11-25 09:36:33 +0100
committerblackhole2022-11-25 09:36:33 +0100
commit917751546e555365bb83adc4e8fd6c77b1a227d6 (patch)
treef131ac9704725678e82c25ed4d656d6b23f3e78b /hqplayer-pro.install
parent37138fa3474cd34997dbc72f54c6664abf6f1c8c (diff)
downloadaur-917751546e555365bb83adc4e8fd6c77b1a227d6.tar.gz
Updated to version 4.22.1
Diffstat (limited to 'hqplayer-pro.install')
-rw-r--r--hqplayer-pro.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/hqplayer-pro.install b/hqplayer-pro.install
new file mode 100644
index 000000000000..b90de00b4715
--- /dev/null
+++ b/hqplayer-pro.install
@@ -0,0 +1,13 @@
+post_install () {
+cd /usr/lib
+if [ ! -f "libFLAC.so.8" ]; then
+ln -s libFLAC.so.12 libFLAC.so.8
+fi
+}
+
+post_upgrade() {
+cd /usr/lib
+if [ ! -f "libFLAC.so.8" ]; then
+ln -s libFLAC.so.12 libFLAC.so.8
+fi
+}