post_upgrade() {
    echo "You might have to delete your ~/.local/share/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
}
