summarylogtreecommitdiffstats
path: root/bsg-diaspora-sa.install
diff options
context:
space:
mode:
Diffstat (limited to 'bsg-diaspora-sa.install')
-rw-r--r--bsg-diaspora-sa.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/bsg-diaspora-sa.install b/bsg-diaspora-sa.install
new file mode 100644
index 000000000000..91762f94afd0
--- /dev/null
+++ b/bsg-diaspora-sa.install
@@ -0,0 +1,21 @@
+post_install() {
+
+cat << EOF
+>>> To configure how Diaspora runs from the command line, copy
+>>> /usr/share/bsg-diaspora-sa/bsg-diaspora-sa.conf to ~/.config/bsg-diaspora-sa/bsg-diaspora-sa.conf
+>>> and add command-line flags in there - most of the game's configuration is
+>>> done via these flags if a GUI launcher is not used. Details are available
+>>> within the file.
+>>>
+>>> If you want to run Diaspora with the wxlauncher GUI (suggested), make sure
+>>> you've run wxlauncher at least once, and then:
+>>>
+>>> cp /opt/bsg-diaspora-sa/pro00099.ini ~/.wxlauncher/
+>>>
+>>> Next time you start wxlauncher, you should see a Diaspora profile listed.
+EOF
+}
+
+post_upgrade() {
+ post_install
+}