summarylogtreecommitdiffstats
path: root/freesynd.install
diff options
context:
space:
mode:
Diffstat (limited to 'freesynd.install')
-rw-r--r--freesynd.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/freesynd.install b/freesynd.install
new file mode 100644
index 000000000000..d9da345e54e8
--- /dev/null
+++ b/freesynd.install
@@ -0,0 +1,10 @@
+
+post_install() {
+ echo "The game automatically creates a config file in ~/.freesynd on first start."
+ echo "Please change the 'data_dir' setting to point to your 'Syndicate' installation."
+ echo "A sample file is provided in /usr/share/doc/freesynd for reference."
+}
+
+post_upgrade() {
+ post_install
+}