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

CDD Subversion Commit noreply at alioth.debian.org
Wed Nov 19 21:24:43 UTC 2008


Author: tille
Date: Wed Nov 19 21:24:43 2008
New Revision: 1252

Modified:
   blends/trunk/blends/templates/postinst
   blends/trunk/blends/templates/postrm
Log:
Use long option in template to make things more visible


Modified: blends/trunk/blends/templates/postinst
==============================================================================
--- blends/trunk/blends/templates/postinst	(original)
+++ blends/trunk/blends/templates/postinst	Wed Nov 19 21:24:43 2008
@@ -16,7 +16,7 @@
     # Also verify that this Blend provides special configuration
     # If not there is no need to execute the user menu code
     if [ -d /etc/blends/#BLEND# -a -f /etc/blends/#BLEND#/#BLEND#.conf ] ; then
-        test -x /usr/sbin/blend-update-menus && /usr/sbin/blend-update-menus -d #BLEND#
+        test -x /usr/sbin/blend-update-menus && /usr/sbin/blend-update-menus --blend #BLEND#
 
 	# Initialize debconf if not yet done
 	if [ _"$DEBCONF_REDIR" = _"" ]; then

Modified: blends/trunk/blends/templates/postrm
==============================================================================
--- blends/trunk/blends/templates/postrm	(original)
+++ blends/trunk/blends/templates/postrm	Wed Nov 19 21:24:43 2008
@@ -17,7 +17,7 @@
     # If not there is no need to execute the user menu code
     if [ -d /etc/blends/#BLEND# -a -f /etc/blends/#BLEND#/#BLEND#.conf ] ; then
 
-	test -x /usr/sbin/blend-update-menus && /usr/sbin/blend-update-menus -d #BLEND# 
+	test -x /usr/sbin/blend-update-menus && /usr/sbin/blend-update-menus --blend #BLEND# 
 
 	test -s /etc/blends/blends.conf         && . /etc/blends/blends.conf
 	test -s /etc/blends/#BLEND#/#BLEND#.conf && . /etc/blends/#BLEND#/#BLEND#.conf



More information about the Cdd-commits mailing list