# 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
}
