blob: 15af15be579dec7f24fd468fcc521530c2329d7f (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo '==> Please manually configure your game launch options'
echo ' -> Refer to https://github.com/rfvgyhn/min-ed-launcher#setup'
}
post_remove() {
echo '==> Remember to revert your game launch options'
}
|