summarylogtreecommitdiffstats
path: root/knyttstories.install
diff options
context:
space:
mode:
Diffstat (limited to 'knyttstories.install')
-rw-r--r--knyttstories.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/knyttstories.install b/knyttstories.install
new file mode 100644
index 000000000000..9d43a162f014
--- /dev/null
+++ b/knyttstories.install
@@ -0,0 +1,17 @@
+post_install () {
+ echo "Knytt Stories is now installed."
+ echo "Enter 'knyttstories' and enjoy :)"
+ echo "NOTE 1: In order for this to work properly, you need to be"
+ echo "a member of the 'games' group."
+ echo "NOTE 2: If you're upgrading from an earlier version of this"
+ echo "package and there are problems, delete Data in"
+ echo "~/.knyttstories/ and try starting the game again."
+# echo "Please also drop me a note if anything bad happens."
+}
+
+pre_upgrade () {
+ echo "NOTE: If you're upgrading from an earlier version of this"
+ echo "package and there are problems, delete Data in"
+ echo "~/.knyttstories/ and try starting the game again."
+# echo "Please also drop me a note if anything bad happens."
+}