summarylogtreecommitdiffstats
path: root/pcsx2.install
blob: c0e3740e9fa5f743c1fa408ee0f9f63f2e97dcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
# For DEV9 netplay support

_PCSX2_BIN="opt/pcsx2/pcsx2-qt"

post_install() {
  setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' "$_PCSX2_BIN"
}

post_upgrade() {
  post_install
}