blob: dfe025209b970eb677b9a1365cf34abb0b67c7c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "You need OpenRCT2 to play this game!"
echo "When you start OpenRCT2 the first time, you need"
echo "to choose the game folder '/usr/share/rct2-data-gog'."
}
post_upgrade() {
post_install
}
|