dxx-rebirth/contrib/arch/d1x-rebirth/d1x-rebirth.install
2019-12-31 12:31:04 +01:00

32 lines
504 B
Plaintext
Executable file

post_install() {
echo 'Put your Descent 1 data files 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
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 "$@"