[Cdd-commits] r1309 - blends/trunk/blends/templates

CDD Subversion Commit noreply at alioth.debian.org
Tue Jan 6 20:01:49 UTC 2009


Author: tille
Date: Tue Jan  6 20:01:49 2009
New Revision: 1309

Modified:
   blends/trunk/blends/templates/config.postinst
Log:
Remove explicit path also in config.postinst


Modified: blends/trunk/blends/templates/config.postinst
==============================================================================
--- blends/trunk/blends/templates/config.postinst	(original)
+++ blends/trunk/blends/templates/config.postinst	Tue Jan  6 20:01:49 2009
@@ -32,13 +32,13 @@
     # Add those users which were selected but are not yet in the group
     for user in `echo "$RET" | sed "s/([^)]*)//g" | sed "s/ //g" |  tr ',' '\n'` ; do
 	if [ `echo "${CURRENTBLENDUSERS}" | grep -c -w "$user"` -eq 0 ] ; then
-	    /usr/sbin/blend-user add #BLEND# $user
+	    blend-user add #BLEND# $user
 	fi
     done
     # Del those users which were obviousely removed from list of Blend users
     for user in `getAllUsers 1` ; do
 	if [ `echo "$RET" | grep -c -w "$user"` -eq 0 ] && [ `getent group #BLEND# | grep -c -w $user` -gt 0 ] ; then
-	    /usr/sbin/blend-user del #BLEND# $user
+	    blend-user del #BLEND# $user
 	fi
     done
 fi



More information about the Cdd-commits mailing list