summarylogtreecommitdiffstats
path: root/dwarffortress.install
blob: c22d3851f14e93b3a88774a7f3bcacfd9944c8f9 (plain)
1
2
3
4
5
6
7
8
9
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() {
    post_upgrade
}