summarylogtreecommitdiffstats
path: root/pcsx2-git.install
blob: 83bfd015205d958ffa1137e2d9f712639e9b87ce (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-qt
}

post_upgrade()
{
  setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/pcsx2-qt
}