Magellan Linux

Diff of /trunk/include/gnome2.minc

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

revision 76 by niro, Tue Sep 2 12:10:01 2014 UTC revision 77 by niro, Tue Sep 2 12:11:32 2014 UTC
# Line 6  Line 6 
6  # shall we export full pre|postinstall (default no, using minimal set)  # shall we export full pre|postinstall (default no, using minimal set)
7  : ${GNOME_FULL_PROCESSOR_FUNCTIONS="0"}  : ${GNOME_FULL_PROCESSOR_FUNCTIONS="0"}
8    
9  # required includes  if [[ ${GNOME_FULL_PROCESSOR_FUNCTIONS} = 1 ]]
10  minclude glib2 gtk2 fdo-mime  then
11     # required includes
12     minclude glib2 gtk2 fdo-mime
13    fi
14    
15  gn2_reload_gconf()  gn2_reload_gconf()
16  {  {

Legend:
Removed from v.76  
changed lines
  Added in v.77