1 2 3 4 5 6 7 8 9 10 11 12 13
post_install() { cat << 'EOM' Copy the datafiles folder from /usr/share/libretro/nxengine_libretro to your home dir(or wherever you have read/write access) run Doukutsu.exe from that folder as game EOM } post_upgrade() { post_install }