blob: 67e2e35d806fb95f6d8b46b3711b699d6f51bbb9 (
plain)
1
2
3
4
5
6
|
post_install() {
echo "Notice: If you have the full version of the game, you can copy the files into the ~/.th08 directory"
echo " "
echo "Also, if you want to use timidity++, remember to start the daemon before starting the game"
}
|