summarylogtreecommitdiffstats
path: root/hqplayer-pro.install
diff options
context:
space:
mode:
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
+}