summaryrefslogtreecommitdiff
path: root/debian/winbind.postinst
blob: a1d00063392a734ad3dcf82c0e3270178810c4bf (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

set -e

getent group winbindd_priv >/dev/null 2>&1 ||
	addgroup --system --force-badname --quiet winbindd_priv

#DEBHELPER#