We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7045fd8 commit 11ac7a4Copy full SHA for 11ac7a4
1 file changed
debian/ka9q-radio-monitor.postinst
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+bin=$(command -v ka9q-monitor 2>/dev/null || true)
3
+if [ -n "$bin" ]; then
4
+ setcap cap_net_admin+ep "$bin" || true
5
+fi
0 commit comments