updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / freera-svn / freera.install
blobe1d79be85ca6f667bbf9369f71ee5741251c8972
1 post_install() {
2 cat << EOF
4 >>> You'll need the original Red Alert 1 data files
5 >>> from the full game version to play.
7 >>> Change to the directory where the game data is located, then
8 >>>  do 'sudo cp *.MIX /usr/share/freera/data/mix/'
9 >>> to copy the files and set proper permissions.
11 EOF
14 post_upgrade() {
15 post_install $1
18 op=$1
19 shift
21 $op $*