summarylogtreecommitdiffstats
path: root/prey.install
blob: 84e8b52bebd61243513ae06e370a0b68dd90bb5c (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
    echo ">>> You must read and agree to the terms in the EULAs found"
    echo ">>> in /usr/share/licenses/prey/ before using this software!"
    echo ">>>";
    echo ">>> Prey requires pak000.pk4, pak001.pk4, pak002.pk4, pak003.pk4,"
    echo ">>> and pak004.pk4 from the retail game in order to play."
    echo ">>> Place these files in /opt/prey/base/"
}