Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/alxconfig-ng/alxconfig-ng-0.6.0_rc14-r1.smage2

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

revision 2773 by niro, Thu Aug 11 20:43:47 2011 UTC revision 2774 by niro, Thu Aug 11 23:32:29 2011 UTC
# Line 57  postinstall() Line 57  postinstall()
57    
58   # not needed with alxconfig >= 0.6.0   # not needed with alxconfig >= 0.6.0
59   local i   local i
60   for i in skel/fluxbox/init   for i in skel/fluxbox/init \
61   skel/fluxbox/apps   skel/fluxbox/apps \
62   skel/fluxbox/keys   skel/fluxbox/keys \
63   skel/idesk   skel/idesk \
64   skel/samba   skel/samba \
65   skel/xtdesktop   skel/xtdesktop
66   do   do
67   if [[ -f ${MROOT}/etc/alxconfig-ng/${i} ]]   if [[ -f ${MROOT}/etc/alxconfig-ng/${i} ]]
# Line 73  postinstall() Line 73  postinstall()
73   rm -r ${MROOT}/etc/alxconfig-ng/${i} || die ${i}   rm -r ${MROOT}/etc/alxconfig-ng/${i} || die ${i}
74   fi   fi
75   done   done
76    
77     alx_postinstall
78  }  }

Legend:
Removed from v.2773  
changed lines
  Added in v.2774