summarylogtreecommitdiffstats
path: root/pcsx2-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcsx2-git.install')
-rw-r--r--pcsx2-git.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcsx2-git.install b/pcsx2-git.install
new file mode 100644
index 000000000000..83bfd015205d
--- /dev/null
+++ b/pcsx2-git.install
@@ -0,0 +1,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
+}