blob: 9918ace6b6daff5009af6070efe92dc9a1894a97 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "Your installation of superblt is not yet complete!
You'll need to set launch options in Steam for Payday 2:
LD_PRELOAD=\"\$LD_PRELOAD /usr/lib/superblt/superblt_loader.so\" %command%
And clone the https://gitlab.com/znixian/payday2-superblt-lua inside
<payday install directory>/mods/base"
}
|