updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / planeshift / planeshift.install
blobfd51ed7b12b53ee141e75434bfcf375fe5fb5883
2 post_install() {
3   cat << EOF
4 ==>
5 ==> To be able to play, save configs, and update PlaneShift,
6 ==> add your user to the games group:
7 ==> # gpasswd -a USERNAME games
8 EOF
9   post_upgrade
12 post_upgrade() {
13   cat << EOF
14 ==>
15 ==> Updating PlaneShift before running it is recommended.
16 ==>
17 ==> If the fonts are garbled or ugly, try doing this:
18 ==> Open up /opt/PlaneShift/data/config/r3dopengl.cfg in
19 ==> a text editor and find this line:
20 ==>
21 ==>    Video.OpenGL.FontCache.UseMultiTexturing = yes
22 ==>
23 ==> Then change 'yes' to 'no'.
24 ==>
25 EOF
28 op=$1
29 shift
30 [ "$(type -t "$op")" = "function" ] && $op "$@"
32 # vim:set ts=2 sw=2 et: