Magellan Linux

Diff of /branches/magellan-next/extras/livecdsystem26/livecdsystem26-0.13-r1.smage2

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

revision 9475 by niro, Thu Dec 1 20:11:51 2011 UTC revision 9476 by niro, Thu Dec 1 20:36:47 2011 UTC
# Line 70  else Line 70  else
70   >= net-dialup/ppp-2.4   >= net-dialup/ppp-2.4
71   >= net-dialup/rp-pppoe-3.10"   >= net-dialup/rp-pppoe-3.10"
72  fi  fi
73  SPECIAL_VARIABLES="ENABLE_NETWORKMANAGER"  SPECIAL_VARS="ENABLE_NETWORKMANAGER"
74    
75  sminclude mtools  sminclude mtools
76    
# Line 131  postinstall() Line 131  postinstall()
131    
132   MROOT="${MY_MROOT}"   MROOT="${MY_MROOT}"
133    
134   find ${MROOT}/$(mlibdir) -name '*.la' | xargs rm   find ${MROOT}/$(mlibdir) -name '*.la' | xargs --no-run-if-empty rm
135   find ${MROOT}/$(mlibdir) -name '*.a' | xargs rm   find ${MROOT}/$(mlibdir) -name '*.a' | xargs --no-run-if-empty rm
136   find ${MROOT}/usr/$(mlibdir) -name '*.la' | xargs rm   find ${MROOT}/usr/$(mlibdir) -name '*.la' | xargs --no-run-if-empty rm
137   find ${MROOT}/usr/$(mlibdir) -name '*.a' | xargs rm   find ${MROOT}/usr/$(mlibdir) -name '*.a' | xargs --no-run-if-empty rm
138   if [[ $(mlibdir) != lib ]]   if [[ $(mlibdir) != lib ]]
139   then   then
140   find ${MROOT}/lib -name '*.la' | xargs rm   find ${MROOT}/lib -name '*.la' | xargs --no-run-if-empty rm
141   find ${MROOT}/lib -name '*.a' | xargs rm   find ${MROOT}/lib -name '*.a' | xargs --no-run-if-empty rm
142   find ${MROOT}/usr/lib -name '*.la' | xargs rm   find ${MROOT}/usr/lib -name '*.la' | xargs --no-run-if-empty rm
143   find ${MROOT}/usr/lib -name '*.a' | xargs rm   find ${MROOT}/usr/lib -name '*.a' | xargs --no-run-if-empty rm
144   fi   fi
145    
146   # strip some packages   # strip some packages

Legend:
Removed from v.9475  
changed lines
  Added in v.9476