Magellan Linux

Diff of /smage/trunk/core/wpa-supplicant/wpa-supplicant-2.6-r2.smage2

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

revision 9210 by niro, Thu Oct 13 14:13:07 2016 UTC revision 9211 by niro, Thu Oct 13 14:16:54 2016 UTC
# Line 197  preinstall() Line 197  preinstall()
197    
198  postinstall()  postinstall()
199  {  {
200     if [ -f ${MROOT}/etc/conf.d/wpa_supplicant ]
201     then
202     rm ${MROOT}/etc/conf.d/wpa_supplicant
203     fi
204    
205     if [ -f ${MROOT}/etc/conf.d/wpa_supplicant.skel ]
206     then
207     rm ${MROOT}/etc/conf.d/wpa_supplicant.skel
208     fi
209    
210   mreloadunit dbus.service   mreloadunit dbus.service
211   mstartunit wpa_supplicant.service   mstartunit wpa_supplicant.service
212  }  }

Legend:
Removed from v.9210  
changed lines
  Added in v.9211