Magellan Linux

Diff of /trunk/include/gnome2.minc

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

revision 44 by niro, Sat Jan 14 01:36:11 2012 UTC revision 45 by niro, Fri Apr 27 15:55:16 2012 UTC
# Line 98  gn2_update_icon_cache() Line 98  gn2_update_icon_cache()
98   fi   fi
99  }  }
100    
101    gn2_update_schemas()
102    {
103     if [ -x ${MROOT}/usr/bin/glib-compile-schemas ]
104     then
105     ${MROOT}/usr/bin/glib-compile-schemas ${MROOT}/usr/share/glib-2.0/schemas
106     fi
107    }
108    
109    gn2_update_gio()
110    {
111     if [ -x ${MROOT}/usr/bin/gio-querymodules ]
112     then
113     ${MROOT}/usr/bin/gio-querymodules ${MROOT}/usr/$(mlibdir)/gio/modules
114     fi
115    }
116    
117  gn2_postinstall()  gn2_postinstall()
118  {  {
119   gn2_update_gconf   gn2_update_gconf
120   gn2_update_scrollkeeper   gn2_update_scrollkeeper
121     gn2_update_schemas
122     gn2_update_gio
123   gn2_update_desktop_db   gn2_update_desktop_db
124   gn2_update_mime_db   gn2_update_mime_db
125   gn2_update_icon_cache   gn2_update_icon_cache
# Line 110  gn2_postinstall() Line 128  gn2_postinstall()
128  gn2_postremove()  gn2_postremove()
129  {  {
130   gn2_update_scrollkeeper   gn2_update_scrollkeeper
131     gn2_update_schemas
132     gn2_update_gio
133   gn2_update_desktop_db   gn2_update_desktop_db
134   gn2_update_mime_db   gn2_update_mime_db
135   gn2_update_icon_cache   gn2_update_icon_cache

Legend:
Removed from v.44  
changed lines
  Added in v.45