blob: f957a4c050cd0227d741b7b0a463f38b846f9c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install() {
cat <<'MSG'
==> KeeperFX (native Linux) installed.
You must own the original Dungeon Keeper (GOG / Steam / CD).
To finish the setup, copy the original DK files with:
keeperfx-install /path/to/your/DungeonKeeper
(GOG: the installation folder; CD: the 'keeper' folder.)
This fills ~/.local/share/keeperfx with the original data. Then run:
keeperfx
MSG
}
post_upgrade() {
post_install
}
|