updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / pcsx2 / pcsx2.install
blobfc3e693b52568fb83c7d470fa9bcc45a68324adf
1 # arg 1:  the new package version
2 pre_install() {
3         /bin/true
6 # arg 1:  the new package version
7 post_install() {
8         echo "NOTE:"
9         echo "PCSX2 depends on hardware accelerated OpenGL. Running PCSX2"
10         echo "under Compiz Fusion isn't adviced due to severe speed loss."
11         echo ""
12         echo "To be able to use PCSX2 you will need to obtain a dump of"
13         echo "the PlayStation 2 BIOS. The necessary tool can be found here:"
14         echo "http://www.pcsx2.net/downloads.php?p=tool"
15         echo ""
16         /bin/true       
19 # arg 1:  the new package version
20 # arg 2:  the old package version
21 pre_upgrade() {
22   /bin/true
25 # arg 1:  the new package version
26 # arg 2:  the old package version
27 post_upgrade() {
28   echo "If you had custom ownership of your /opt/pcsx2 folder,"
29   echo "You'd might have to redo those after upgrade."
30         /bin/true
33 # arg 1:  the old package version
34 pre_remove() {
35   /bin/true
38 # arg 1:  the old package version
39 post_remove() {
40   /bin/true
43 op=$1
44 shift
45 $op $*