From 3abfc1ebef5936241997dd882938581c91743ee9 Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 16 Aug 2011 14:12:41 +0000 Subject: Tue Aug 16 14:12:40 UTC 2011 --- staging/wireshark/wireshark.install | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 staging/wireshark/wireshark.install (limited to 'staging/wireshark/wireshark.install') diff --git a/staging/wireshark/wireshark.install b/staging/wireshark/wireshark.install deleted file mode 100644 index 6585ba272..000000000 --- a/staging/wireshark/wireshark.install +++ /dev/null @@ -1,18 +0,0 @@ -post_install() { - getent group wireshark >/dev/null 2>&1 || usr/sbin/groupadd -g 150 wireshark &>/dev/null - - setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap - echo "NOTE: To run wireshark as normal user you have to add yourself into wireshark group" -} - -post_upgrade() { - getent group wireshark >/dev/null 2>&1 || usr/sbin/groupadd -g 150 wireshark &>/dev/null - - setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap -} - -post_remove() { - if getent group wireshark >/dev/null 2>&1; then - groupdel wireshark - fi -} -- cgit v1.2.3-54-g00ecf