summarylogtreecommitdiffstats
path: root/trine.install
diff options
context:
space:
mode:
Diffstat (limited to 'trine.install')
-rw-r--r--trine.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/trine.install b/trine.install
new file mode 100644
index 000000000000..3aea4c479858
--- /dev/null
+++ b/trine.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo ">>>>"
+ echo ">>>> WARNING! The first time you launch Trine use trine-launcher"
+ echo ">>>> or the trine.desktop file, not the trine command"
+ echo ">>>> otherwise you will not be able to save your progress"
+}
+
+post_upgrade() {
+ post_install
+}