summarylogtreecommitdiffstats
path: root/gstreamer.install
diff options
context:
space:
mode:
authorSolomon Choina2022-10-30 19:34:54 -0400
committerSolomon Choina2022-10-30 19:34:54 -0400
commit0d6f38b51ec1d9eddc72caddad6914cf22abbcdc (patch)
tree19c0bc2f9bab392c0fbdcb5f7b13a82b89ff2163 /gstreamer.install
parentef175e4d20d65bfafb1b1444f79fdc384953ad09 (diff)
downloadaur-0d6f38b51ec1d9eddc72caddad6914cf22abbcdc.tar.gz
Split Monorepo package with a lot of changes
Diffstat (limited to 'gstreamer.install')
-rw-r--r--gstreamer.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/gstreamer.install b/gstreamer.install
new file mode 100644
index 000000000000..462051f1d4a6
--- /dev/null
+++ b/gstreamer.install
@@ -0,0 +1,7 @@
+post_install() {
+ post_upgrade $1 ''
+}
+
+post_upgrade() {
+ setcap cap_net_bind_service,cap_net_admin+ep usr/lib/gstreamer-1.0/gst-ptp-helper
+}