[SCM] KDE Base Workspace module packaging branch, kde4.5, updated. debian/4.4.5-1-35-gf9f1e9d

Fathi Boudra fabo at alioth.debian.org
Tue Aug 3 11:56:21 UTC 2010


The following commit has been merged in the kde4.5 branch:
commit f9f1e9d041d9dc5d55baed6e6c5fd115dc8ccca4
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Aug 3 14:55:11 2010 +0300

    minor cleanup on deluser usage
---
 debian/kdm.postrm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/kdm.postrm b/debian/kdm.postrm
index 1d19c0b..549797a 100644
--- a/debian/kdm.postrm
+++ b/debian/kdm.postrm
@@ -10,9 +10,10 @@ case "$1" in
         done
 
         if [ -x "$(command -v deluser)" ]; then
-            deluser --system --quiet kdm || true
+            deluser --system --quiet kdm > /dev/null || true
         else
-            echo "not removing kdm system account because deluser command was not found" >&2
+            echo "deluser command was not found." >&2
+            echo "kdm user not deleted." >&2
         fi
     ;;
 

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list