supermodel.install 488 B

12345678910111213
  1. # Message displayed for a fresh install.
  2. post_install() {
  3. echo ""
  4. echo "***************************************************************"
  5. echo " Supermodel has been installed in /usr/share/supermodel."
  6. echo " However, Supermodel can be run by typing supermodel and it's options:"
  7. echo " supermodel <romset> [options]"
  8. echo ""
  9. echo " Note: You need to provide the full path to the romset."
  10. echo "***************************************************************"
  11. echo ""
  12. }