summarylogtreecommitdiffstats
path: root/fargoal.install
blob: be478e719c2f605c009fbf08d82634323e3af28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
echo " "
echo ".....SWORD OF FARGOAL...."
echo " "
echo " "
echo -e "To save settings and games, you must \033[5mENABLE\033[0m write permissions to /opt/fargoal/data directory"
echo "."
echo "This game uses ALLEGRO4 which does not work well with current ARCH Systems"
echo " 	when switching to and from FULLSCREEN Mode."
echo " "
echo "Your mileage may vary."
echo " "
echo 'Type fargoal to play'
echo " " 
echo " "
}