98-clean-chroot: fix check for presence of update-menus.
authorMichael Prokop <mika@grml.org>
Wed, 29 Jun 2011 17:22:49 +0000 (19:22 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 29 Jun 2011 17:22:49 +0000 (19:22 +0200)
etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot

index 923277f..a9bb0e0 100755 (executable)
@@ -123,7 +123,7 @@ else
   $ROOTCMD ldconfig
 fi
 
-if [ -x $target/usr/bin/update-menus ] ; then
+if [ -x $target/usr/bin/update-menus ] ; then
   echo "Warning: update-menus not installed"
 else
   echo "Updating windowmanager menus"