summaryrefslogtreecommitdiff
path: root/extra/fluidsynth/fluidsynth.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fluidsynth/fluidsynth.install')
-rw-r--r--extra/fluidsynth/fluidsynth.install13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/fluidsynth/fluidsynth.install b/extra/fluidsynth/fluidsynth.install
index b100fc989..f289a80ed 100644
--- a/extra/fluidsynth/fluidsynth.install
+++ b/extra/fluidsynth/fluidsynth.install
@@ -1,13 +1,16 @@
post_install() {
echo
- echo " > To use FluidSynth as a daemon copy the service file from:"
- echo " /usr/lib/systemd/system/fluidsynth.service"
- echo " > to:"
- echo " /etc/systemd/system/multi-user.target.wants/"
- echo " > and then edit accordingly."
+ echo " > FluidSynth comes with a daemon. Start/enable it with systemd."
+ echo " > Before that, you need a soundfont and some preconfiguration:"
+ echo " /etc/conf.d/fluidsynth"
echo
echo " > PulseAudio output when running as a daemon is known to be"
echo " > problematic. See the following bulletin board post:"
echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
echo
}
+
+post_upgrade() {
+ echo " > Configuration is once again done via /etc/conf.d/fluidsynth"
+ echo " > Remove any and all other configuration files."
+}