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.install12
1 files changed, 3 insertions, 9 deletions
diff --git a/extra/fluidsynth/fluidsynth.install b/extra/fluidsynth/fluidsynth.install
index 86e05f892..b100fc989 100644
--- a/extra/fluidsynth/fluidsynth.install
+++ b/extra/fluidsynth/fluidsynth.install
@@ -1,19 +1,13 @@
post_install() {
echo
- echo " > To use FluidSynth as a daemon edit /etc/conf.d/fluidsynth"
- echo
- echo " > Systemd users need to copy the service file from:"
+ 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
- echo " > PulseAudio output when running as a daemon"
- echo " > is known to be problematic. See:"
+ 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() {
- post_install
-}