blob: 7ec5f059f3ca7cbea8365e7e0767f4d517b91cfd (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "You can launch a RPG Maker 2000/2003 game by starting 'EasyRPG_Player' in it's directory."
echo "Remember you may need RTP(E) for some games."
}
post_upgrade() {
post_install
}
|