File debian.bro-core.postinst of Package bro
#!/bin/sh /usr/bin/getent group bro >/dev/null || /usr/sbin/groupadd -r bro chgrp bro /opt/bro/share/bro/site chgrp bro /opt/bro/share/bro/site/local*.bro chmod 2775 /opt/bro/share/bro/site chmod 0664 /opt/bro/share/bro/site/local*.bro