blob: 8756ab1f41600134a7ae9dda9c19304f240b4a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
post_install() {
cat << EOF
>>> This is the svn trunk version of fs2_open.
>>>
>>> Development Forum:
>>> http://www.hard-light.net/forums/index.php?board=50.0
>>>
>>> This package contains only the engine binary for fs2_open.
>>> In order to run fs2_open, you need the data files from the
>>> retail Freespace 2 CDs or Good Old Games' installer.
>>>
>>> Check the AUR package 'fs2_open-data' for details.
EOF
}
post_upgrade() {
post_install
}
|