Solaar/packaging/debian/solaar.postinst

11 lines
156 B
Bash

#!/bin/sh
set -e
# creating plugdev group if he isn't already there
if ! getent group plugdev >/dev/null; then
addgroup --system plugdev
fi
#DEBHELPER#