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

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
}