1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
post_install() { cat << END If you own original assets from purchased version, copy the following directories into /usr/share/freegish: * animation * level * music * sound * texture * tile01 ... tile07 END } post_upgrade() { post_install }