termux-packages/x11-packages/riscvemu/postinst

12 lines
284 B
Plaintext
Raw Normal View History

2018-09-10 00:42:26 +02:00
#!/data/data/com.termux/files/usr/bin/sh
echo
echo "You can find sample configuration files and images"
echo "under \${PREFIX}/share/riscvemu directory."
echo
2018-10-04 16:16:24 +02:00
echo "You can visit https://bellard.org/tinyemu/readme.txt"
echo "to view documentation for riscvemu/tinyemu."
echo
2018-09-10 00:42:26 +02:00
exit 0