summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorweirdbeardgame2024-08-16 23:45:24 -0700
committerweirdbeardgame2024-08-16 23:45:24 -0700
commit666efdbcadbd8a10a06126656deaf70ad099e621 (patch)
tree708b13fc8b285111262ddf837aad57a9912118cd
parente210bb1d7bbd1dcb1adba64c1794fc665f439be1 (diff)
downloadaur-666efdbcadbd8a10a06126656deaf70ad099e621.tar.gz
Whoops, forgot the install file
-rw-r--r--pcsx2-git.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcsx2-git.install b/pcsx2-git.install
index e7569b1b5f72..25da3f7644dc 100644
--- a/pcsx2-git.install
+++ b/pcsx2-git.install
@@ -1,15 +1,15 @@
# For DEV9 netplay support
post_install()
{
- setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' opt/pcsx2/pcsx2-qt
+ setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/pcsx2-qt
}
post_upgrade()
{
- setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' opt/pcsx2/pcsx2-qt
+ setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/pcsx2-qt
}
pre_remove()
{
- setcap -r opt/pcsx2/pcsx2-qt
+ setcap -r usr/bin/pcsx2-qt
}