blob: fa55fceefa14519a8d1b07253ffe8bdfc2dee883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install() {
echo ""
echo "NOTE:"
echo "-----"
echo "To be able to use pSX you will need to obtain a dump of the"
echo "PlayStation BIOS. It can be stored in ~/.pSX/bios (user-wide),"
echo "/usr/share/pSX/bios (system-wide) or whatever directory you"
echo "set in psx.ini."
echo ""
}
post_upgrade() {
post_install
}
|