blob: 54a3055e21064416e6363ca298ee2103ff8a1d78 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# For DEV9 netplay support
post_install()
{
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/pcsx2
}
post_upgrade()
{
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/pcsx2
}
|