summarylogtreecommitdiffstats
path: root/gmchess.install
diff options
context:
space:
mode:
Diffstat (limited to 'gmchess.install')
-rw-r--r--gmchess.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/gmchess.install b/gmchess.install
new file mode 100644
index 000000000000..f753478c33af
--- /dev/null
+++ b/gmchess.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo
+ echo "Please note: If this game segfaults on your computer, consider installing gmchess-bin instead."
+ echo
+}
+
+post_upgrade() {
+ post_install
+}