dxx-rebirth/contrib/arch/d1x-rebirth/d1x-rebirth.install
Kp 427f45fdd7 Update Arch PKGBUILD
- Quote variables.
- Use https:// where possible.
- Combine mkdir calls.
- Fix broken links to GOG game pages.
2019-09-14 20:54:08 +00:00

32 lines
543 B
Plaintext

post_install() {
echo 'Put your Descent 1 datas either to /usr/share/d1x-rebirth/ or ~/.d1x-rebirth/'
cat << EOF
Following files are needed to run the game:
descent.hog
descent.pig
You don't own the full game, yet?
Just visit GOOD OLD GAMES via:
https://www.gog.com/game/descent/pp/fc074d501302eb2b93e2554793fcaf50b3bf7291
and download it for a very low price! DRM-FREE!
You can get AddOns for the game from https://www.dxx-rebirth.com/addons/
EOF
}
post_upgrade() {
post_install
}
pre_remove() {
/bin/true
}
op=$1
shift
$op "$@"