#!/bin/sh
set -e

if ! getent group perfetto >/dev/null; then
 addgroup --system perfetto
fi

#DEBHELPER#
