summaryrefslogtreecommitdiffstats
path: root/source/l/fluidsynth/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/fluidsynth/doinst.sh')
-rw-r--r--source/l/fluidsynth/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/l/fluidsynth/doinst.sh b/source/l/fluidsynth/doinst.sh
new file mode 100644
index 000000000..69043064f
--- /dev/null
+++ b/source/l/fluidsynth/doinst.sh
@@ -0,0 +1,6 @@
+# If there's no default soundfont and minuet is installed, point to that one:
+if [ ! -r usr/share/soundfonts/default.sf2 ]; then
+ if [ -r usr/share/minuet/soundfonts/GeneralUser-v1.47.sf2 ]; then
+ ln -sf /usr/share/minuet/soundfonts/GeneralUser-v1.47.sf2 usr/share/soundfonts/default.sf2
+ fi
+fi