diff options
author | trya <tryagainprod@gmail.com> | 2015-06-10 01:27:19 +0200 |
---|---|---|
committer | trya <tryagainprod@gmail.com> | 2015-06-10 01:27:19 +0200 |
commit | aa7b0c50771bd9c4112321d92888d0d4ce13dc57 (patch) | |
tree | e3580708a686fd5e83ccb563db1dc42eec97b707 /kega-fusion.install | |
parent | aefc912d115f6ff126a950edf7bac1c7c0c4d129 (diff) |
Removal of custom built libmpg123 and cleanup of start script
Diffstat (limited to 'kega-fusion.install')
-rw-r--r-- | kega-fusion.install | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/kega-fusion.install b/kega-fusion.install index 8b77094..a2fd97d 100644 --- a/kega-fusion.install +++ b/kega-fusion.install @@ -1,7 +1,7 @@ post_install() { echo "" - echo "Some notes:" - echo "-----------" + echo "Some notes about Kega Fusion:" + echo "-----------------------------" echo "- Kega expects Fusion.ini to be in '~/.Kega Fusion' and" echo " the render plugins to be in '~/.Kega Fusion/Plugins'." echo " This behaviour cannot be changed, so don't forget it" @@ -14,5 +14,13 @@ post_install() { } post_upgrade() { - post_install + echo "" + echo "Kega Fusion now uses system libmpg123 for MP3 playback." + echo "If you already have a Fusion.ini configuration file" + echo "in '~/.Kega Fusion', you should edit it so that the MP3" + echo "library path parameter reflects the change." + echo "It should now looks like this:" + echo "" + echo "libmpg123path=/usr/lib/kega-fusion/libmpg123.so.0" + echo "" } |