summaryrefslogtreecommitdiff
path: root/wireshark/pre-install
blob: d151b54e063c8915c6741b93c420f25384fcaa9d (plain)
    1 #!/bin/sh -e
    2 
    3 _GROUP=wireshark
    4 
    5 /usr/bin/getent group $_GROUP > /dev/null 2>&1 || /usr/sbin/groupadd $_GROUP

Generated by cgit