blob: cc36f24497746d152fb2accefe90c49f924eee90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
post_install() {
cat <<EOF
==>
==> The library can be used in one of the three ways:
==>
==> 1. Through the official launcher:
==> https://github.com/YaLTeR/bxt-launcher
==> https://aur.archlinux.org/packages/bunnymodxt-launcher
==>
==> 2. By going into the Half-Life directory, removing hl.sh, symlinking the
==> wrapper script in its place, and then running Half-Life as usual:
==> $ cd ~/SteamLibrary/steamapps/common/Half-Life
==> $ ln -sf /usr/bin/bunnymodxt hl.sh
==>
==> 3. Or you can do everything manually. Consult the script for reference.
==>
EOF
}
|