aports/testing/samba/winbind.pre-install
2013-08-13 15:01:41 +00:00

6 lines
48 B
Bash

#!/bin/sh
addgroup winbind 2>/dev/null
exit 0