Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/fluxbox.client.class

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2026 by niro, Mon Aug 13 10:06:21 2012 UTC revision 2027 by niro, Mon Aug 13 11:37:03 2012 UTC
# Line 112  set_fluxbox_menuitem() Line 112  set_fluxbox_menuitem()
112   elif [[ -z ${name} ]]   elif [[ -z ${name} ]]
113   then   then
114   # delete all items   # delete all items
115   rm ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/menu/*   find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/menu -type f | xargs --no-run-if-empty rm
116   fi   fi
117   ;;   ;;
118   *)   *)

Legend:
Removed from v.2026  
changed lines
  Added in v.2027