summarylogtreecommitdiffstats
path: root/dwarffortress.install
diff options
context:
space:
mode:
Diffstat (limited to 'dwarffortress.install')
-rw-r--r--dwarffortress.install14
1 files changed, 8 insertions, 6 deletions
diff --git a/dwarffortress.install b/dwarffortress.install
index c22d3851f14e..1798b71c6d28 100644
--- a/dwarffortress.install
+++ b/dwarffortress.install
@@ -1,9 +1,11 @@
-post_upgrade() {
- echo "You might have delete your ~/.dwarffortress directory to get the new file layout."
- echo "Of course, you can backup your saves."
- echo "This might also be necessary if you have custom keybinds."
+post_install() {
+ cat <<EOF
+You might have delete your ~/.dwarffortress directory to get the new file
+layout. Of course, you can back up your saves. This might also be necessary if
+you have custom keybinds."
+EOF
}
-post_install() {
- post_upgrade
+post_upgrade() {
+ post_install
}