mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
15 lines
450 B
Text
15 lines
450 B
Text
|
|
post_install() {
|
|
echo ">>> NOTE"
|
|
echo ">>> You must add 'timidity++' to your DAEMONS array in your /etc/rc.conf"
|
|
echo ">>> as well as adding 'snd-seq' to your MODULES array"
|
|
echo ">>> otherwize noteedit will not launch or you won't hear any sound"
|
|
echo ">>> "
|
|
echo ">>> Don't forget to download midi soundfonts from http://www.hammersound.net/"
|
|
echo ">>> Check /etc/timidity++/timidity.cfg for more information"
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
|
|
$op $*
|