[arch-commits] Commit in ksysguard/kde-unstable (ksysguard.install)

Antonio Rojas arojas at archlinux.org
Thu Sep 19 18:26:02 UTC 2019


    Date: Thursday, September 19, 2019 @ 18:26:02
  Author: arojas
Revision: 363089

Add missing file

Added:
  ksysguard/kde-unstable/ksysguard.install

-------------------+
 ksysguard.install |    9 +++++++++
 1 file changed, 9 insertions(+)

Added: ksysguard.install
===================================================================
--- ksysguard.install	                        (rev 0)
+++ ksysguard.install	2019-09-19 18:26:02 UTC (rev 363089)
@@ -0,0 +1,9 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be run as root
+  setcap CAP_NET_RAW=+ep /usr/lib/ksysguard/ksgrd_network_helper
+}
+
+post_upgrade() {
+  post_install
+}
+



More information about the arch-commits mailing list