summarylogtreecommitdiffstats
path: root/firestorm.install
blob: c8cbec0cf86124b93f58be99afc9904e091250bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
  cat <<EOF
You must register an account on the official Second Life website in
order to use Second Life: https://secondlife.com/

You must also add your user to the games group:
 su -c "gpasswd -a \$USER games"

Remember to log out and back in for the change to take effect.
EOF
}

post_upgrade() {
  cat <<EOF

The Firestorm team highly recommends to delete the old configuration
after an upgrade.  This may be accomplished by deleting \$HOME/.firestorm

Remember, chat logs are saved in that directory, so make sure to backup
any *.txt files you want to keep.

There is an official mechanism to backup and restore settings for an
upgrade, but you need to do it _before_ upgrading this package.
See http://wiki.phoenixviewer.com/backup_settings for details.
EOF
}