summarylogtreecommitdiffstats
path: root/firestorm.install
diff options
context:
space:
mode:
authorMike Swanson2012-12-03 08:41:29 -0800
committerMike Swanson2012-12-03 08:41:29 -0800
commit5853188648e9fb06da67b8ef3a03902ff124c821 (patch)
tree9c1f907853148172356d75007a6f4e0ef2355971 /firestorm.install
downloadaur-5853188648e9fb06da67b8ef3a03902ff124c821.tar.gz
Initial commit
Diffstat (limited to 'firestorm.install')
-rw-r--r--firestorm.install31
1 files changed, 31 insertions, 0 deletions
diff --git a/firestorm.install b/firestorm.install
new file mode 100644
index 000000000000..5cb3062876fa
--- /dev/null
+++ b/firestorm.install
@@ -0,0 +1,31 @@
+post_install() {
+ echo ">>> You must register an account on the official Second Life"
+ echo ">>> website in order to play Second Life."
+ echo ">>>"
+ echo ">>> http://www.secondlife.com/"
+ echo ">>>"
+ echo ">>> You must also add your user to the 'games' group."
+ echo ">>>"
+ echo ">>> # gpasswd -a USERNAME games"
+ echo ">>>"
+ echo ">>> Remember to logout and log back in for the changes to take effect."
+}
+
+post_upgrade() {
+ post_install $1
+ echo
+ echo ">>> The Firestorm team highly recommends to delete the old configuration"
+ echo ">>> upon an upgrade. This may be accomplished by deleting ~/.firestorm"
+ echo ">>>"
+ echo ">>> Remember, chat logs are saved in that directory, so make sure"
+ echo ">>> to backup any *.txt files you want to keep!"
+}
+
+pre_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+
+$op $*