updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / eve / eve.install
blobe52259b251715bc815e7af899c44697499594643
1 post_install() {
2         cat << EOF
3         As of the 10th of March 2009, CCP will no longer support the linux client of
4         EVE-Online. Beyond that date, they cannot guarantee this client will
5         work properly and it will no longer be maintained.
6         If you wish to continue to play EVE-Online on linux, you can use one of
7         the following packages to do so:
9         * Wine (http://www.winehq.org/)
10         * Wine-Doors (http://www.wine-doors.org/wordpress/)
11         * PlayOnLinux (http://www.playonlinux.com/en)
12         * Cedega (http://www.cedega.com/)
13         * Codeweaver Games (http://www.codeweavers.com/products/cxgames/)
14 EOF
17 post_upgrade() {
18         post_install $1
21 pre_remove() {
22         /bin/true
25 op=$1
26 shift
28 $op "$@"