From baa6e684f42b2b8f1ef7d4cbc22cb7f929ea7f25 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 4 Dec 2010 21:54:06 +0000 Subject: [PATCH] use --quiet for addgroup to avoid a message if the group already exists --- debian/pcscd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/pcscd.postinst b/debian/pcscd.postinst index 4e34bc7..470f09d 100644 --- a/debian/pcscd.postinst +++ b/debian/pcscd.postinst @@ -17,7 +17,7 @@ if [ -d $CFGDIR ]; then fi # create the pcscd group -addgroup --system pcscd +addgroup --system pcscd --quiet # set guid pcscd for pcscd chgrp pcscd /usr/sbin/pcscd