summarylogtreecommitdiffstats
path: root/dev9.install
blob: 99a37b41dc950ea5e7919c826d237f98596ec7a9 (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
}