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