diff options
Diffstat (limited to 'community/wireshark/wireshark-common.post-install')
-rw-r--r-- | community/wireshark/wireshark-common.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/wireshark/wireshark-common.post-install b/community/wireshark/wireshark-common.post-install new file mode 100644 index 0000000000..e9bae68d09 --- /dev/null +++ b/community/wireshark/wireshark-common.post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +cat 1>&2 <<EOF +* +* If you want to run wireshark as an unprivileged user +* then you must add that user to the group "wireshark". +* +EOF |