summarylogtreecommitdiffstats
path: root/dwarffortress.install
blob: 1798b71c6d280a21e868174f13cb539c0be7a0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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_upgrade() {
    post_install
}