blob: 787a636e97ce55f16f735958bbdd290ba8e934a6 (
plain)
1
2
3
4
5
6
7
8
|
post_upgrade() {
echo "You might have delete your ~/.arcanefortune directory to get the new file layout."
echo "Of course, you can backup your saves."
}
post_install() {
post_upgrade
}
|