summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-04-20 21:28:38 +0200
committer Eric Hameleers <alien@slackware.com>2017-04-20 21:28:38 +0200
commite6e68babca350e6d3b91e1853a77b0595aa6b18b (patch)
tree9a220ab4d352394871c991280f6f824d164a7d3d /kde/post-install
parentee160dc20d3184d391175136a192f0c407b1b2a7 (diff)
downloadktown-e6e68babca350e6d3b91e1853a77b0595aa6b18b.tar.gz
ktown-e6e68babca350e6d3b91e1853a77b0595aa6b18b.tar.xz
Satisfy dependencies for Slackware's kaudiocreator
audiocd-kio and libkcompactdisc in Applications are now KF5 based, so older kdelibs4-based versions needed to be re-added.
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/audiocd-kio4.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/kde/post-install/audiocd-kio4.post-install b/kde/post-install/audiocd-kio4.post-install
new file mode 100644
index 0000000..ec32ab1
--- /dev/null
+++ b/kde/post-install/audiocd-kio4.post-install
@@ -0,0 +1,6 @@
+# These are provided by audiocd-kio and not needed in the kdelibs4 based pkg:
+rm -r $PKG/usr/include
+rm -r $PKG/usr/share/config.kcfg
+# Remove symlink shared with KF5 based pkg:
+rm $PKG/usr/lib${LIBDIRSUFFIX}/libaudiocdplugins.so
+