summarylogtreecommitdiffstats
path: root/fofix.install
diff options
context:
space:
mode:
authorFrançois Magimel2015-07-09 20:01:51 +0200
committerFrançois Magimel2015-07-09 20:35:54 +0200
commit147db64d1cdae8eeffb4fe36b955ba0e25e73245 (patch)
tree6adfe7b3f40e80c7285788e2ab1a779b73c554c0 /fofix.install
parentcce480a9dd0d17d5c4d98469b75a241400cd21ca (diff)
downloadaur-147db64d1cdae8eeffb4fe36b955ba0e25e73245.tar.gz
Update the syntax & GitHub url with the tarball source file
Diffstat (limited to 'fofix.install')
-rwxr-xr-xfofix.install16
1 files changed, 6 insertions, 10 deletions
diff --git a/fofix.install b/fofix.install
index 8336ee0d3152..44c171d7568c 100755
--- a/fofix.install
+++ b/fofix.install
@@ -1,12 +1,8 @@
post_install() {
-
-
-echo
-echo "Run 'fofix' to start the game. To add songs to the game, add them to '/opt/fofix/data/songs' (I don't think it works in ~/.fofix/songs anymore)"
-echo
-echo "If it ever doesn't work, try removing ~/.fofix/fofix.ini"
-echo
-echo "3.020 and higher only include the Megalight themes by default. For more themes, go to http://www.fretsonfire.net/forums/viewtopic.php?f=32&t=24976 and add the themes to /opt/fofix/data/themes/"
+ echo
+ echo "Run 'fofix' to start the game. To add songs to the game, add them to '/opt/fofix/data/songs' (not in ~/.fofix/songs anymore)"
+ echo
+ echo "If it ever doesn't work, try removing ~/.fofix/fofix.ini"
+ echo
+ echo "3.020 and higher only include the Megalight themes by default. For more themes, go to http://www.fretsonfire.net/forums/viewtopic.php?f=32&t=24976 and add the themes to /opt/fofix/data/themes/"
}
-
-