Magellan Linux

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

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

revision 2677 by niro, Thu Jul 7 14:57:19 2011 UTC revision 2678 by niro, Mon Jul 11 14:06:04 2011 UTC
# Line 54  postinstall() Line 54  postinstall()
54   # but never start the services!   # but never start the services!
55   MAGE_BOOTSTRAP=true mstartservice alxsettings   MAGE_BOOTSTRAP=true mstartservice alxsettings
56   MAGE_BOOTSTRAP=true mstartservice alxsetstate   MAGE_BOOTSTRAP=true mstartservice alxsetstate
57    
58     # not needed with alxconfig >= 0.6.0
59     local i
60     for i in skel/fluxbox/init
61     skel/fluxbox/apps
62     skel/fluxbox/keys
63     skel/idesk
64     skel/samba
65     skel/xtdesktop
66     do
67     if [[ -f ${MROOT}/etc/alxconfig-ng/${i} ]]
68     then
69     rm ${MROOT}/etc/alxconfig-ng/${i} || die ${i}
70     fi
71     if [[ -d ${MROOT}/etc/alxconfig-ng/${i} ]]
72     then
73     rm -r ${MROOT}/etc/alxconfig-ng/${i} || die ${i}
74     fi
75     done
76  }  }

Legend:
Removed from v.2677  
changed lines
  Added in v.2678