updated on Tue Jan 24 08:00:27 UTC 2012
[aur-mirror.git] / psx / psx.install
blob8302492bfcb29c304b064d82802375bf9f22059c
1 post_install() {
2         echo ""
3         echo "NOTE:"
4         echo "-----"
5         echo "To be able to use pSX you will need to obtain a dump of the"
6         echo "PlayStation BIOS. It can be stored in ~/.pSX/bios (user-wide),"
7         echo "/usr/share/pSX/bios (system-wide) or whatever directory you"
8         echo "set in psx.ini."
9         echo ""
12 post_upgrade() {
13         echo ""
14         echo "NOTES:"
15         echo "-----"
16         echo "pSX (starting with version 1.13) is now using ~/.pSX to save"
17         echo "per-user settings, /opt/psx/ is therefor not used anymore."
18         echo "It will however not be deleted by upgrading to a new version"
19         echo "since there might be files you want to migrate over, you will"
20         echo "have to do it manually. After that you can delete /opt/pSX."
21         echo ""
22         echo "This also means you should put your BIOS dump elsewhere among:"
23         echo "- ~/.pSX/bios (user-wide)"
24         echo "- /usr/share/pSX/bios (system-wide)"
25         echo "- whatever directory you set in psx.ini."
26         echo ""