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

_PCSX2_BIN="usr/bin/pcsx2-qt"

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

post_upgrade() {
  post_install
}