mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 14:12:31 +01:00
17 lines
370 B
Text
17 lines
370 B
Text
post_install() {
|
|
cat <<- EOF
|
|
:: You need the data files from either
|
|
:: the CD-, floppy or demo-version to play.
|
|
:: Copy the files to the respective directory:
|
|
::
|
|
:: CD --> /usr/share/lotr/cd
|
|
:: floppy --> /usr/share/lotr
|
|
:: demo --> /usr/share/lotr
|
|
::
|
|
:: Then type 'lotr', 'lotr-cd', or 'lotr-demo'.
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|