blob: 9e20bb14ed77d054b50848144cfb0b597963a645 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "Your installation of blt4l is not yet done!
You'll need to set launch options in Steam for Payday 2:
LD_PRELOAD=\"\$LD_PRELOAD /usr/lib/blt4l/libblt_loader_steamrt.so\" %command%
And install the base Lua code, instructions here:
https://github.com/blt4linux/blt4l"
}
|