blob: 01c30343e227fbd0e5f9a65813adb0cab32560a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo
echo "***************************************************************************"
echo "* *"
echo "* The built-in game ROMS are in '/usr/share/parajve/data/roms/' folder. *"
echo "* *"
echo "***************************************************************************"
echo
}
|