summaryrefslogtreecommitdiff
path: root/community/solfege/solfege.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/solfege/solfege.install')
-rw-r--r--community/solfege/solfege.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/solfege/solfege.install b/community/solfege/solfege.install
deleted file mode 100644
index 003382003..000000000
--- a/community/solfege/solfege.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- echo "==> To get sound out of MIDI-based components like Rhythm:"
- echo
- echo "Preferences > Sound Setup > Use external MIDI player"
- echo
- echo "==> And make sure you have timidity++ installed and configured,"
- echo "==> otherwise you need a capable hardware MIDI player to use"
- echo "==> the ALSA/OSS MIDI devices."
-}
-# vim:set ts=2 sw=2 et: