summarylogtreecommitdiffstats
path: root/sunshine.install
blob: e5681685a226ee00de8a5e909611e63f7a6bd3d9 (plain)
1
2
3
4
5
6
7
post_install() {
    if ! getent group input > /dev/null; then
        echo "Creating group input"
        groupadd -r input
    fi
}