summarylogtreecommitdiffstats
path: root/lib32-swh-plugins.install
diff options
context:
space:
mode:
Diffstat (limited to 'lib32-swh-plugins.install')
-rw-r--r--lib32-swh-plugins.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib32-swh-plugins.install b/lib32-swh-plugins.install
new file mode 100644
index 000000000000..3a94d566a6d0
--- /dev/null
+++ b/lib32-swh-plugins.install
@@ -0,0 +1,9 @@
+## arg 1: the new package version
+pre_install() {
+ true
+}
+
+## arg 1: the new package version
+post_install() {
+ echo "To use the 32-bit plugins, set LADSPA_PATH to '/usr/lib/ladspa:/usr/lib32/ladspa'"
+}