blob: de4ebdc7ae1bb8bd6d52618b7295f2f07093ea12 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "If you've previously run Riichi City, user-downloaded asset packs may be found at"
echo " \$HOME/.config/unity3d/HappyWoods/麻雀一番街/"
echo "in the StreamingAssets and Zips folders. Updates typically bundle previously downloaded packs,"
echo "so these files may be stale. Consider removing them before next launch."
}
post_upgrade() {
post_install $1
}
|