blob: 357c376bdf40a9f435c69408f4d6e67180697bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# shellcheck shell=bash
post_install() {
echo "Your installation of blt4l is not yet done!
You'll need to set launch options in Steam for Payday 2:
blt4l %command%
The mods/ folder will be automatically created on launch (if it doesn't already exist)."
}
post_upgrade() {
echo "If you were using the previous package, you need to update your launch options.
You'll need to set launch options in Steam for Payday 2:
blt4l %command%
The mods/ folder will be automatically created on launch (if it doesn't already exist)."
}
|