Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/idesk/idesk-generate-all-desktop-icons.in

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

revision 2402 by niro, Fri Aug 28 09:12:06 2015 UTC revision 2403 by niro, Mon Aug 31 08:03:03 2015 UTC
# Line 37  yres="$(( ${yres} - 80 ))" Line 37  yres="$(( ${yres} - 80 ))"
37  [ -d ${dest} ] && rm -rf ${dest}  [ -d ${dest} ] && rm -rf ${dest}
38  [ -f ${rc} ] && rm -f ${rc}  [ -f ${rc} ] && rm -f ${rc}
39  install -d ${dest}  install -d ${dest}
40    chown "${MCORE_UNPRIV_USER}":"${MCORE_UNPRIV_GROUP}" ${dest}
41    
42  # clean default reboot,shutdown icon info  # clean default reboot,shutdown icon info
43  for i in shutdown reboot  for i in shutdown reboot

Legend:
Removed from v.2402  
changed lines
  Added in v.2403