Magellan Linux

Diff of /mage/branches/alx-0_6_0/profiles/alx-060/prune-orphaned-files

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

revision 7974 by niro, Wed Aug 31 16:09:33 2011 UTC revision 7975 by niro, Wed Dec 9 13:55:12 2015 UTC
# Line 86  do Line 86  do
86   if [[ -L ${i} ]]   if [[ -L ${i} ]]
87   then   then
88   rm ${i}   rm ${i}
89   echo "==> deleted -> ${i}" >> ${LOG}   echo "==> deleted -> ${i}" >> ${LOG}
90    
91   elif [[ -d ${i} ]]   elif [[ -d ${i} ]]
92   then   then

Legend:
Removed from v.7974  
changed lines
  Added in v.7975