'Network User' is now 'Normal User'
[citadel.git] / citadel / debian / citadel-common.postinst
index 67d37cd921bdaf11720c49263aceb6370c900506..06531833ff5ea7a83b78a1164ae7be340afcb496 100644 (file)
@@ -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