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