summaryrefslogtreecommitdiff
path: root/community/solfege
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-01 04:58:03 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-01 04:58:03 +0000
commit76400556d9e8a5dedc692487c13b76a541813a23 (patch)
treefb8b06b7dea0e79577a77e3748ed551d9ac1b34b /community/solfege
parent64e72407414ce0badfb541782125cd8e3a25c12e (diff)
Fri Jul 1 04:58:02 UTC 2011
Diffstat (limited to 'community/solfege')
-rw-r--r--community/solfege/solfege.desktop7
-rw-r--r--community/solfege/solfege.install10
2 files changed, 0 insertions, 17 deletions
diff --git a/community/solfege/solfege.desktop b/community/solfege/solfege.desktop
deleted file mode 100644
index 10c62089c..000000000
--- a/community/solfege/solfege.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=GNU Solfege
-Exec=solfege
-Terminal=false
-Type=Application
-Icon=solfege
-Categories=Audio;Music;Education;
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: