diff options
author | weirdbeardgame | 2024-08-16 23:45:24 -0700 |
---|---|---|
committer | weirdbeardgame | 2024-08-16 23:45:24 -0700 |
commit | 666efdbcadbd8a10a06126656deaf70ad099e621 (patch) | |
tree | 708b13fc8b285111262ddf837aad57a9912118cd | |
parent | e210bb1d7bbd1dcb1adba64c1794fc665f439be1 (diff) | |
download | aur-666efdbcadbd8a10a06126656deaf70ad099e621.tar.gz |
Whoops, forgot the install file
-rw-r--r-- | pcsx2-git.install | 6 |
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 } |