summaryrefslogtreecommitdiff
path: root/testing/fluidsynth/fluidsynth.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fluidsynth/fluidsynth.install')
-rw-r--r--testing/fluidsynth/fluidsynth.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/fluidsynth/fluidsynth.install b/testing/fluidsynth/fluidsynth.install
deleted file mode 100644
index 86e05f892..000000000
--- a/testing/fluidsynth/fluidsynth.install
+++ /dev/null
@@ -1,19 +0,0 @@
-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 " /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 " https://bbs.archlinux.org/viewtopic.php?id=135092"
- echo
-}
-
-post_upgrade() {
- post_install
-}