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