wireshark: fix typo in post-install

This commit is contained in:
Thomas Penteker 2014-11-14 20:16:10 +01:00
parent 93075bc9f0
commit 1176ebc799

@ -8,5 +8,5 @@
getent group wireshark >/dev/null || groupadd -r wireshark
chgrp wireshark /usr/bin/dumpcap
chmod 754 /usr/sbin/dumpcap
chmod 754 /usr/bin/dumpcap
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap