summarylogtreecommitdiffstats
path: root/lilium-voyager.install
blob: 74702de9736c09c3800361de2a8022de08171d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

post_install() {
    echo ">>>"
    echo ">>> To play EF with the Retail Version:"
    echo ">>>   Move all the *.pk3 files from the original game CD/GOG to:"
    echo ">>>      /opt/lilium-voyager/baseEF/"
    echo ">>>"
    echo ">>> When you have the .pk3 file(s) installed, run the game:"
    echo ">>>      liliumvoyhm"
    echo ">>>"
}

post_upgrade() {
    post_install $1
}