X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdebian%2Fcitadel-common.postinst;h=06531833ff5ea7a83b78a1164ae7be340afcb496;hb=a2ae8dfea31fc1495e3a97b28f3ddca01f491bef;hp=67d37cd921bdaf11720c49263aceb6370c900506;hpb=0a01b306730f8a0a1f114f9a05fce714432d73cd;p=citadel.git diff --git a/citadel/debian/citadel-common.postinst b/citadel/debian/citadel-common.postinst index 67d37cd92..06531833f 100644 --- a/citadel/debian/citadel-common.postinst +++ b/citadel/debian/citadel-common.postinst @@ -9,7 +9,7 @@ db_version 2.0 case "$1" in configure) if ! getent group citadel >/dev/null; then - groupadd citadel + addgroup --system citadel fi if ! getent passwd citadel >/dev/null; then