Magellan Linux

Diff of /branches/magellan-next/core/ppp/ppp-2.4.4-r11.smage2

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

revision 3160 by niro, Tue Oct 13 22:47:49 2009 UTC revision 4723 by niro, Sun Dec 27 02:12:36 2009 UTC
# Line 166  src_install() Line 166  src_install()
166    
167   minstalldocs Changes* FAQ PLUGINS README* SETUP || die   minstalldocs Changes* FAQ PLUGINS README* SETUP || die
168  }  }
169    
170    postinstall()
171    {
172     # get rid of /etc/modules.d/ppp
173     if [[ -f ${MROOT}/etc/modules.d/ppp ]]
174     then
175     rm ${MROOT}/etc/modules.d/ppp || die
176     fi
177    }

Legend:
Removed from v.3160  
changed lines
  Added in v.4723